class Permissions implements JsonSerializable

Permissions class.

Methods

string|null
getContentDelivery()

No description

setContentDelivery(string $access = null)

No description

string|null
getContentModel()

No description

setContentModel(string $access = null)

No description

string|null
getSettings()

No description

setSettings(string $access = null)

No description

array
jsonSerialize()

Returns an array to be used by "json_encode" to serialize objects of this class.

Details

at line 36
string|null getContentDelivery()

Return Value

string|null

at line 46
Permissions setContentDelivery(string $access = null)

Parameters

string $access Either null, or one of "read", "manage", "all"

Return Value

Permissions

at line 63
string|null getContentModel()

Return Value

string|null

at line 73
Permissions setContentModel(string $access = null)

Parameters

string $access Either null, or one of "read", "manage", "all"

Return Value

Permissions

at line 90
string|null getSettings()

Return Value

string|null

at line 100
Permissions setSettings(string $access = null)

Parameters

string $access Either null, or one of "manage", "all"

Return Value

Permissions

at line 119
array jsonSerialize()

Returns an array to be used by "json_encode" to serialize objects of this class.

Return Value

array