Kraken\Console\Client\Command\Runtime\RuntimeStartCommand::config PHP Метод

config() защищенный Метод

protected config ( )
    protected function config()
    {
        $this->setName('runtime:start')->setDescription('Sends start signal to runtime with given alias from parent.');
        $this->addArgument('parent', InputArgument::REQUIRED, 'Alias of parent runtime.');
        $this->addArgument('alias', InputArgument::REQUIRED, 'Alias of runtime to be started.');
    }
RuntimeStartCommand