Kraken\Console\Client\Command\Server\ServerPingCommand::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)
    {
        $cmd = 'server:ping';
        $opts = [];
        return $this->informServer(null, $cmd, $opts);
    }