Role::hasPermission()

Does this role have the given permission name, id or object?

Usage

// basic usage
$bool = $role->hasPermission($permission);

// usage with all arguments
$bool = $role->hasPermission($permission, $context = null);

Arguments

NameType(s)Description
$permissionstring int Permission

Permission object, name, or id.

$context (optional)Page Template null

Optional Page or Template context.

Return value

bool

See Also


Role methods and properties

API reference based on ProcessWire core version 3.0.251