APIClient::getLogMethod PHP Method

getLogMethod() static public method

static public getLogMethod ( )
    static function getLogMethod()
    {
        return array(self::DOLOG_DISABLED => __('Disabled'), self::DOLOG_HISTORICAL => __('Historical'), self::DOLOG_LOGS => _n('Log', 'Logs', Session::getPluralNumber()));
    }