示例#1
0
文件: Rights.php 项目: sokdes/crmbase
 /**
  * @return RAuthorizer the authorizer component.
  */
 public static function getAuthorizer()
 {
     if (isset(self::$_a) === false) {
         self::$_a = self::module()->getAuthorizer();
     }
     return self::$_a;
 }