Ejemplo n.º 1
0
 static function clearRoleSubordinates($roleid = false)
 {
     if ($roleid === false) {
         self::$_subroles_roleid_cache = array();
     } else {
         if (isset(self::$_subroles_roleid_cache[$roleid])) {
             unset(self::$_subroles_roleid_cache[$roleid]);
         }
     }
 }