This class represents a user group to role assignment.
Properties¶
$limitation¶
RoleAssignment.php
|
|
the limitation of this role assignment
$role¶
RoleAssignment.php
|
|
the role which is assigned to the user or user group
$userGroup¶
UserGroupRoleAssignment.php
|
|
calls getUserGroup()
$id¶
RoleAssignment.php
:
27
The unique id of the role assignment.
|
|
Methods¶
__construct() ¶
ValueObject.php
:
30
Construct object optionally with a set of properties.
|
|
Readonly properties values must be set using $properties as they are not writable anymore after object has been created.
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$properties | array<string|int, mixed> | [] | - |
getRole() ¶
RoleAssignment.php
:
41
Returns the role to which the user or user group is assigned to.
|
|
Return values
getRoleLimitation() ¶
RoleAssignment.php
:
34
Returns the limitation of the role assignment.
|
|
Return values
RoleLimitation|null
getUserGroup() ¶
UserGroupRoleAssignment.php
:
23
Returns the user group to which the role is assigned to.
|
|
Return values
getProperties() ¶
ValueObject.php
:
50
Function where list of properties are returned.
|
|
Used by attributes(), override to add dynamic properties
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$dynamicProperties | array<string|int, mixed> | [] |
Additional dynamic properties exposed on the object |
Return values
array<string|int, mixed>