PHP 인터페이스 Autarky\Providers\DependantProviderInterface

상속: extends Autarky\Providers\ProviderInterface
파일 보기 프로젝트 열기: autarky/framework 0 사용 예제들

공개 메소드들

메소드 설명
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[]