Baleen\Cli\CommandBus\Config\StatusMessage

class StatusMessage

Message class for the config:status command.

property repository

protected RepositoryInterface

property filesystem

protected Filesystem

property storage

protected StorageInterface

property comparator

protected callable

property configStorage

protected ConfigStorage

property config

protected ConfigInterface

property input

protected InputInterface

property output

protected OutputInterface

property cliCommand

protected Command

configure(Command $command)

Configures a console command by setting name, description, arguments, etc.

Parameters:
  • $command (Command) –
getRepository()
Returns:RepositoryInterface
setRepository(RepositoryInterface $repository)
Parameters:
getFilesystem()
Returns:Filesystem
setFilesystem(Filesystem $filesystem)
Parameters:
  • $filesystem (Filesystem) –
getStorage()
Returns:StorageInterface
setStorage(StorageInterface $storage = null)
Parameters:
getComparator()
Returns:callable
setComparator($comparator)
Parameters:
  • $comparator (callable) –
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) –