コード例 #1
0
 public static function mayOperateOn($oUser, $mObject, $sOperation)
 {
     if (parent::mayOperateOn($oUser, $mObject, $sOperation)) {
         return true;
     }
     return $mObject->isNew();
 }
コード例 #2
0
 public static function ignoreRights($bIgnore = true)
 {
     self::$IGNORE_RIGHTS = $bIgnore;
 }