PHP Interface Autarky\Providers\DependantProviderInterface

Inheritance: extends Autarky\Providers\ProviderInterface
Afficher le fichier Open project: autarky/framework Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

Get the classes the provider depends on.
public getClassDependencies ( ) : string[]
Résultat string[]

getContainerDependencies() public méthode

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

getProviderDependencies() public méthode

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