Kraken\Console\Client\Command\Runtime\RuntimeExistsCommand::command PHP Метод

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

protected command ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
    protected function command(InputInterface $input, OutputInterface $output)
    {
        $parent = $input->getArgument('parent');
        $alias = $input->getArgument('alias');
        $cmd = 'runtime:exists';
        $opts = ['alias' => $alias];
        return $this->informServer($parent, $cmd, $opts);
    }
RuntimeExistsCommand