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

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

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