IMP_Perms
in package
Permission handling for IMP.
Tags
Table of Contents
Properties
- $_perms : array<string|int, mixed>
- Permission list.
Methods
- __construct() : mixed
- Constructor.
- hasPermission() : mixed
- perms() : mixed
Properties
$_perms
Permission list.
private
array<string|int, mixed>
$_perms
Methods
__construct()
Constructor.
public
__construct() : mixed
hasPermission()
public
hasPermission(mixed $permission, mixed $allowed, mixed $opts) : mixed
Parameters
- $permission : mixed
- $allowed : mixed
- $opts : mixed
Tags
perms()
public
perms() : mixed