editMass
extends base
in package
Edit and delete permissions object
Tags
Table of Contents
- $delete : bool
- Delete processing
- $edit : bool
- Edit own comments
- $editall : bool
- Edit all comments
- $massedit : bool
- Mass edit processing
- __construct() : mixed
- Constructor
- getAllFalse() : array<string|int, mixed>
- Returns an array for an empty permission set
- getDefault() : array<string|int, mixed>
- Returns an array for a default permission set
- jsonSerialize() : array<string|int, mixed>
- Prepares JSON encode values
- getObjectVars() : array<string|int, mixed>
- Retruns values from object
Properties
$delete
Delete processing
public
bool
$delete
$edit
Edit own comments
public
bool
$edit
$editall
Edit all comments
public
bool
$editall
$massedit
Mass edit processing
public
bool
$massedit
Methods
__construct()
Constructor
public
__construct(mixed $values) : mixed
Parameters
- $values : mixed
Return values
mixed —getAllFalse()
Returns an array for an empty permission set
public
final getAllFalse() : array<string|int, mixed>
Return values
array<string|int, mixed> —getDefault()
Returns an array for a default permission set
public
getDefault() : array<string|int, mixed>
Return values
array<string|int, mixed> —jsonSerialize()
Prepares JSON encode values
public
jsonSerialize() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —getObjectVars()
Retruns values from object
protected
final getObjectVars() : array<string|int, mixed>