/** * Sets the global Perms instance to use when obtaining accessors. */ public static function set(self $perms) { self::$instance = $perms; }