Kraken\Console\Server\Command\Server\ServerPingCommand::command PHP Метод

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

protected command ( $params = [] )
    protected function command($params = [])
    {
        return gethostbyname(gethostname());
    }
ServerPingCommand