Documentation

editMass extends base

Edit and delete permissions object

Table of Contents

$edit Edit own comments bool
$editall Edit all comments bool
$delete Delete processing bool
$massedit Mass edit processing bool
__construct() Constructor mixed
jsonSerialize() Prepares JSON encode values array
getObjectVars() Retruns values from object array
getDefault() Returns an array for a default permission set array
getAllFalse() Returns an array for an empty permission set array

Properties

$edit

Edit own comments

public bool $edit

$editall

Edit all comments

public bool $editall

$delete

Delete processing

public bool $delete

$massedit

Mass edit processing

public bool $massedit

Methods

__construct()

Constructor

public __construct( $values : mixed ) : mixed
Parameters
$values : mixed
Return values
mixed

jsonSerialize()

Prepares JSON encode values

public jsonSerialize( ) : array
Tags
see
Return values
array

getObjectVars()

Retruns values from object

protected final getObjectVars( ) : array
Return values
array

getDefault()

Returns an array for a default permission set

public getDefault( ) : array
Return values
array

getAllFalse()

Returns an array for an empty permission set

public final getAllFalse( ) : array
Return values
array

Search results