Kraken\Runtime\Command\Cmd\CmdPingCommand::command PHP Method

command() protected method

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