EventCategoryPermissions implements JsonSerializable, Arrayable
FinalYes
Table of Contents
Interfaces
- JsonSerializable
- Arrayable
Properties
Methods
- __construct() : mixed
- initRestricted() : self
- jsonSerialize() : array<string|int, mixed>
- toArray() : array<string|int, mixed>
Properties
$delete read-only
public
bool
$delete
$edit read-only
public
bool
$edit
Methods
__construct()
public
__construct(bool $edit, bool $delete) : mixed
Parameters
- $edit : bool
- $delete : bool
initRestricted()
public
static initRestricted() : self
Return values
selfjsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>toArray()
public
toArray() : array<string|int, mixed>