PHP 인터페이스 Autarky\Providers\ConsoleProviderInterface

파일 보기 프로젝트 열기: autarky/framework

공개 메소드들

메소드 설명
registerConsole ( Application $console ) : void Register the service provider with the console application.

메소드 상세

registerConsole() 공개 메소드

Register the service provider with the console application.
public registerConsole ( Application $console ) : void
$console Symfony\Component\Console\Application
리턴 void