modules
extends base
in
Comment permissions object
Table of Contents
| $install | Install module processing | bool |
|---|---|---|
| $uninstall | Uninstall module processing | bool |
| $configure | Configure module 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
$install
Install module processing
public
bool
$install
$uninstall
Uninstall module processing
public
bool
$uninstall
$configure
Configure module processing
public
bool
$configure
Methods
__construct()
Constructor
public
__construct(
$values :
mixed
)
: mixed
Parameters
- $values : mixed
Return values
mixedjsonSerialize()
Prepares JSON encode values
public
jsonSerialize(
)
: array
Tags
Return values
arraygetObjectVars()
Retruns values from object
protected
final getObjectVars(
)
: array
Return values
arraygetDefault()
Returns an array for a default permission set
public
getDefault(
)
: array
Return values
arraygetAllFalse()
Returns an array for an empty permission set
public
final getAllFalse(
)
: array