PHP Interface Autarky\Providers\DependantProviderInterface

Inheritance: extends Autarky\Providers\ProviderInterface
Show file Open project: autarky/framework Interface Usage Examples

Public Methods

Method Description
getClassDependencies ( ) : string[] Get the classes the provider depends on.
getContainerDependencies ( ) : string[] Get the types the container must have bound.
getProviderDependencies ( ) : string[] Get the class names of other providers the provider depends on.

Method Details

getClassDependencies() public method

Get the classes the provider depends on.
public getClassDependencies ( ) : string[]
return string[]

getContainerDependencies() public method

Get the types the container must have bound.
public getContainerDependencies ( ) : string[]
return string[]

getProviderDependencies() public method

Get the class names of other providers the provider depends on.
public getProviderDependencies ( ) : string[]
return string[]