示例#1
0
文件: Perms.php 项目: rjsmelo/tiki
 /**
  * Sets the global Perms instance to use when obtaining accessors.
  */
 public static function set(self $perms)
 {
     self::$instance = $perms;
 }