Ejemplo n.º 1
0
 public static function getACL()
 {
     if (!self::$acl) {
         self::$acl = new MAccess();
     }
     return self::$acl;
 }