CommonDBTM::canPurge PHP Метод

canPurge() статический публичный Метод

May be overloaded if needed
static public canPurge ( ) : booleen
Результат booleen
    static function canPurge()
    {
        if (static::$rightname) {
            return Session::haveRight(static::$rightname, PURGE);
        }
        return false;
    }
CommonDBTM