Kraken\Console\Client\Command\Container\ContainerStartCommand::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)
    {
        $alias = $input->getArgument('alias');
        $cmd = 'container:start';
        $opts = [];
        return $this->informServer($alias, $cmd, $opts);
    }
ContainerStartCommand