Kraken\Console\Client\Command\Process\ProcessStartCommand::config PHP Метод

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

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