has() public method
Returns a value indicating whether the container has the definition of the specified name.
See also set().
public boolean has ( $class ) | ||
---|---|---|
$class | string |
Class name, interface name or alias name |
return | boolean |
Whether the container has the definition of the specified name.. |
Please login to continue.