PHP Class Platformsh\Cli\Console\EventSubscriber

Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Afficher le fichier Open project: commerceguys/platform-cli

Protected Properties

Свойство Type Description
$config

Méthodes publiques

Méthode Description
__construct ( CliConfig $config )
getSubscribedEvents ( )
onException ( Symfony\Component\Console\Event\ConsoleExceptionEvent $event ) React to any console exceptions.

Method Details

__construct() public méthode

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

getSubscribedEvents() public static méthode

public static getSubscribedEvents ( )

onException() public méthode

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

Property Details

$config protected_oe property

protected $config