PHP Интерфейс Autarky\Providers\DependantProviderInterface

Наследование: extends Autarky\Providers\ProviderInterface
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
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.

Описание методов

getClassDependencies() публичный Метод

Get the classes the provider depends on.
public getClassDependencies ( ) : string[]
Результат string[]

getContainerDependencies() публичный Метод

Get the types the container must have bound.
public getContainerDependencies ( ) : string[]
Результат string[]

getProviderDependencies() публичный Метод

Get the class names of other providers the provider depends on.
public getProviderDependencies ( ) : string[]
Результат string[]