$permissions

Provides management of all Permission pages independent of users, for access control.

Click any linked item for full usage details and examples. Hookable methods are indicated with the icon. In addition to those shown below, the Permissions class also inherits all the methods and properties of: PagesType and Wire.

Show $var?     Show args?       Only hookable?    

Common

NameReturnSummary 
find($selector)
PageArrayReturn the permissions(s) matching the the given selector query.
get($selector)
Permission NullPageReturn permission by given name, numeric ID or a selector string.
getIterator()
array PageArray \TraversableReturns all installed Permission pages and enables foreach() iteration of $permissions 
getOptionalPermissions()
arrayGet an associative array of all optional permissions
getReducerPermissions()
arrayGet permission names that can reduce existing access, when installed 
has(string $name)
boolDoes the system have a permission with the given name? 
new()
PermissionCreate new Permission instance in memory 3.0.249+

For hooks

These methods are only useful for hooking and should not be called directly.

Additional methods and properties

In addition to the methods and properties above, Permissions also inherits the methods and properties of these classes:

API reference based on ProcessWire core version 3.0.251