eZ\Publish\Core\REST\Client\Values\User\UserGroupRoleAssignment::getRole PHP Method

getRole() public method

Returns the role to which the user or user group is assigned to.
public getRole ( ) : eZ\Publish\API\Repository\Values\User\Role
return eZ\Publish\API\Repository\Values\User\Role
    public function getRole()
    {
        return $this->role;
    }