Role implements Item
Table of Contents
Interfaces
Properties
- $childAffectionType : RoleChildAffectionType|null
- $entityType : RoleEntityType|null
- $id : int|null
- $name : string|null
- $priority : int|null
- $xmlId : string|null
Methods
- __construct() : mixed
Properties
$childAffectionType
public
RoleChildAffectionType|null
$childAffectionType
= null
$entityType
public
RoleEntityType|null
$entityType
= null
$id
public
int|null
$id
= null
$name
public
string|null
$name
= null
$priority
public
int|null
$priority
= 100
$xmlId
public
string|null
$xmlId
= null
Methods
__construct()
public
__construct([string|null $name = null ][, string|null $xmlId = null ][, RoleEntityType|null $entityType = null ][, RoleChildAffectionType|null $childAffectionType = null ][, int|null $id = null ][, int|null $priority = 100 ]) : mixed
Parameters
- $name : string|null = null
- $xmlId : string|null = null
- $entityType : RoleEntityType|null = null
- $childAffectionType : RoleChildAffectionType|null = null
- $id : int|null = null
- $priority : int|null = 100