AclToken

Holds properties of Acl token

package

Default

Methods

AclToken constructor

__construct( $aclToken = null) 

Arguments

$aclToken

mixed | null

getId

getId() : string

Response

string

getName

getName() : string

Response

string

getRules

getRules() : string

Response

string

getType

getType() : string

Response

string

setId

setId( $id) : $this

Arguments

$id

string

Response

$this

setName

setName( $name) : $this

Arguments

$name

string

Response

$this

setRules

setRules( $rules) : $this

Arguments

$rules

string

Response

$this

setType

setType( $type) : $this

Arguments

$type

string

Response

$this