getDependencies() protected method
Returns the dependencies of the specified class.
protected array getDependencies ( $class ) | ||
---|---|---|
$class | string |
Class name, interface name or alias name |
return | array |
The dependencies of the specified class. |
getDependencies() protected method
Returns the dependencies of the specified class.
protected array getDependencies ( $class ) | ||
---|---|---|
$class | string |
Class name, interface name or alias name |
return | array |
The dependencies of the specified class. |
Please login to continue.