class ConsoleContext extends AbstractContext (View source)

Properties

protected MessageBusInterface $messageBus from  AbstractContext
protected OutputInterface $output from  AbstractContext

Methods

MessageBusInterface
getMessageBus()

No description

getOutput()

No description

__construct(MessageBusInterface $messageBus, OutputInterface $output)

AbstractContext constructor.

void
dispatchCommand($command, array $stamps = null)

No description

Details

MessageBusInterface getMessageBus()

No description

Return Value

MessageBusInterface

OutputInterface getOutput()

No description

Return Value

OutputInterface

__construct(MessageBusInterface $messageBus, OutputInterface $output)

AbstractContext constructor.

Parameters

MessageBusInterface $messageBus
OutputInterface $output

void dispatchCommand($command, array $stamps = null)

No description

Parameters

$command
array $stamps

Return Value

void