PHP 클래스 Platformsh\Cli\Console\EventSubscriber

상속: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
파일 보기 프로젝트 열기: commerceguys/platform-cli

보호된 프로퍼티들

프로퍼티 타입 설명
$config

공개 메소드들

메소드 설명
__construct ( CliConfig $config )
getSubscribedEvents ( )
onException ( Symfony\Component\Console\Event\ConsoleExceptionEvent $event ) React to any console exceptions.

메소드 상세

__construct() 공개 메소드

public __construct ( CliConfig $config )
$config Platformsh\Cli\CliConfig

getSubscribedEvents() 공개 정적인 메소드

public static getSubscribedEvents ( )

onException() 공개 메소드

React to any console exceptions.
public onException ( Symfony\Component\Console\Event\ConsoleExceptionEvent $event )
$event Symfony\Component\Console\Event\ConsoleExceptionEvent

프로퍼티 상세

$config 보호되어 있는 프로퍼티

protected $config