PHP 클래스 Autarky\Providers\AbstractProvider
Service providers are modular application configuration classes. They can do
anything from binding a service class onto the service container to add a
bunch of routes with distinct functionality.
파일 보기
프로젝트 열기: autarky/framework
보호된 프로퍼티들
프로퍼티 |
타입 |
설명 |
|
$app |
Autarky\Application |
The application instance. |
|
공개 메소드들
메소드 상세
public registerConsole ( Application $console ) |
$console |
Symfony\Component\Console\Application |
|
프로퍼티 상세
The application instance.
protected Application,Autarky $app |
리턴 |
Autarky\Application |
|