Baleen\Cli\CommandBus\Timeline\ExecuteMessage

class ExecuteMessage

Class ExecuteMessage.

property storage

protected StorageInterface

property timeline

protected Timeline

property config

protected ConfigInterface

property input

protected InputInterface

property output

protected OutputInterface

property cliCommand

protected Command

configure(Command $command)
Parameters:
  • $command (Command) –
getStorage()
Returns:StorageInterface
setStorage(StorageInterface $storage = null)
Parameters:
getTimeline()
Returns:Timeline
setTimeline(Timeline $timeline)
Parameters:
getConfig()
setConfig(ConfigInterface $config)
Parameters:
getInput()
setInput(InputInterface $input)
Parameters:
  • $input (InputInterface) –
getOutput()
setOutput(OutputInterface $output)
Parameters:
  • $output (OutputInterface) –
getCliCommand()
Returns:Command
setCliCommand(Command $cliCommand)
Parameters:
  • $cliCommand (Command) –