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

jsonSerialize()

{@inheritdoc}

Details

at line 37
string|null getContentDelivery()

Return Value

string|null

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

Parameters

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

Return Value

Permissions

at line 61
string|null getContentModel()

Return Value

string|null

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

Parameters

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

Return Value

Permissions

at line 85
string|null getSettings()

Return Value

string|null

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

Parameters

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

Return Value

Permissions

at line 109
jsonSerialize()

{@inheritdoc}