PHP Class eZ\Publish\Core\REST\Server\Values\RoleAssignmentList

Inheritance: extends eZ\Publish\Core\REST\Common\Value
Show file Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$id mixed User or user group ID to which the roles are assigned.
$isGroupAssignment boolean Indicator if the role assignment is for user group.
$roleAssignments eZ\Publish\API\Repository\Values\User\RoleAssignment[] Role assignments.

Public Methods

Method Description
__construct ( array $roleAssignments, mixed $id, boolean $isGroupAssignment = false ) Construct.

Method Details

__construct() public method

Construct.
public __construct ( array $roleAssignments, mixed $id, boolean $isGroupAssignment = false )
$roleAssignments array
$id mixed
$isGroupAssignment boolean

Property Details

$id public property

User or user group ID to which the roles are assigned.
public mixed $id
return mixed

$isGroupAssignment public property

Indicator if the role assignment is for user group.
public bool $isGroupAssignment
return boolean

$roleAssignments public property

Role assignments.
public RoleAssignment[],eZ\Publish\API\Repository\Values\User $roleAssignments
return eZ\Publish\API\Repository\Values\User\RoleAssignment[]