Baleen\Cli\CommandBus\Config\InitMessage

class InitMessage

Message class for the config:init command.

property configStorage

protected ConfigStorage

property config

protected ConfigInterface

property input

protected InputInterface

property output

protected OutputInterface

property cliCommand

protected Command

configure(Command $command)
Parameters:
  • $command (Command) –
getConfigStorage()
Returns:ConfigStorage
setConfigStorage(ConfigStorage $configStorage)
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) –