--------------------------------------------
Baleen\\Cli\\CommandBus\\Config\\InitMessage
--------------------------------------------

.. php:namespace: Baleen\\Cli\\CommandBus\\Config

.. php:class:: InitMessage

    Message class for the config:init command.

    .. php:attr:: configStorage

        protected ConfigStorage

    .. php:attr:: config

        protected ConfigInterface

    .. php:attr:: input

        protected InputInterface

    .. php:attr:: output

        protected OutputInterface

    .. php:attr:: cliCommand

        protected Command

    .. php:method:: configure(Command $command)

        :type $command: Command
        :param $command:

    .. php:method:: getConfigStorage()

        :returns: ConfigStorage

    .. php:method:: setConfigStorage(ConfigStorage $configStorage)

        :type $configStorage: ConfigStorage
        :param $configStorage:

    .. php:method:: getConfig()

    .. php:method:: setConfig(ConfigInterface $config)

        :type $config: ConfigInterface
        :param $config:

    .. php:method:: getInput()

    .. php:method:: setInput(InputInterface $input)

        :type $input: InputInterface
        :param $input:

    .. php:method:: getOutput()

    .. php:method:: setOutput(OutputInterface $output)

        :type $output: OutputInterface
        :param $output:

    .. php:method:: getCliCommand()

        :returns: Command

    .. php:method:: setCliCommand(Command $cliCommand)

        :type $cliCommand: Command
        :param $cliCommand:
