Kraken\Console\Client\Command\Thread\ThreadStartCommand::config PHP Метод

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

protected config ( )
    protected function config()
    {
        $this->setName('thread:start')->setDescription('Sends start signal to thread 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.');
    }
ThreadStartCommand