Documentation

system extends base
in package

System permissions object

Tags
author

Stefan Seehafer sea75300@yahoo.de

copyright

(c) 2011-2020, Stefan Seehafer

license

http://www.gnu.org/licenses/gpl.txt GPLv3

since
4.4

Table of Contents

$backups  : bool
Backup management
$categories  : bool
Categories management
$crons  : bool
Cron management
$csvimport  : bool
Can use csv import
$drafts  : bool
Draft management
$ipaddr  : bool
IP address management
$logs  : bool
Logs management
$options  : bool
options management
$permissions  : bool
Permissions management
$profile  : bool
Can change profile
$rolls  : bool
Rolls management
$smileys  : bool
Smileys management
$templates  : bool
Templates management
$update  : bool
Update processing
$users  : bool
Users management
$wordban  : bool
Word ban management
__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

$backups

Backup management

public bool $backups

$categories

Categories management

public bool $categories

$crons

Cron management

public bool $crons

$csvimport

Can use csv import

public bool $csvimport

$drafts

Draft management

public bool $drafts

$ipaddr

IP address management

public bool $ipaddr

$logs

Logs management

public bool $logs

$options

options management

public bool $options

$permissions

Permissions management

public bool $permissions

$profile

Can change profile

public bool $profile

$rolls

Rolls management

public bool $rolls

$smileys

Smileys management

public bool $smileys

$templates

Templates management

public bool $templates

$update

Update processing

public bool $update

$users

Users management

public bool $users

$wordban

Word ban management

public bool $wordban

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
see
JsonSerializable::jsonSerialize()
Return values
array<string|int, mixed>

getObjectVars()

Retruns values from object

protected final getObjectVars() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results