PHP Class Platformsh\Cli\Console\EventSubscriber

Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Show file Open project: commerceguys/platform-cli

Protected Properties

Property Type Description
$config

Public Methods

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

Method Details

__construct() public method

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

getSubscribedEvents() public static method

public static getSubscribedEvents ( )

onException() public method

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

Property Details

$config protected property

protected $config