eZ\Publish\Core\REST\Server\Values\RoleAssignmentList::__construct PHP Method

__construct() public method

Construct.
public __construct ( array $roleAssignments, mixed $id, boolean $isGroupAssignment = false )
$roleAssignments array
$id mixed
$isGroupAssignment boolean
    public function __construct(array $roleAssignments, $id, $isGroupAssignment = false)
    {
        $this->roleAssignments = $roleAssignments;
        $this->id = $id;
        $this->isGroupAssignment = $isGroupAssignment;
    }
RoleAssignmentList