Documentation

article extends editMass

Article permissions object

Table of Contents

$add Add articles bool
$archive To archive processing bool
$approve Approval of articles bool
$revisions Revision management bool
$authors Edit author bool
$edit Edit own comments bool
$editall Edit all comments bool
$delete Delete processing bool
$massedit Mass edit processing bool
getDefault() Get default permission values array
__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

$archive

To archive processing

public bool $archive

$approve

Approval of articles

public bool $approve

$revisions

Revision management

public bool $revisions

$authors

Edit author

public bool $authors

$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

getDefault()

Get default permission values

public final getDefault( ) : array
Tags
see
Return values
array

__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