PHP 클래스 Webmozart\Console\Api\Event\ConfigEvent

Use this event to add custom configuration to the application.
부터: 1.0
저자: Bernhard Schussek ([email protected])
상속: extends Symfony\Component\EventDispatcher\Event
파일 보기 프로젝트 열기: webmozart/console 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ApplicationConfig $config ) Creates the event.
getConfig ( ) : ApplicationConfig Returns the application configuration.

메소드 상세

__construct() 공개 메소드

Creates the event.
public __construct ( ApplicationConfig $config )
$config Webmozart\Console\Api\Config\ApplicationConfig The application configuration.

getConfig() 공개 메소드

Returns the application configuration.
public getConfig ( ) : ApplicationConfig
리턴 Webmozart\Console\Api\Config\ApplicationConfig The application configuration.