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

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

Public Properties

Property Type Description
$path string Path used to load the list of roles.
$roles eZ\Publish\API\Repository\Values\User\Role[] Roles.

Public Methods

Method Description
__construct ( array $roles, string $path ) Construct.

Method Details

__construct() public method

Construct.
public __construct ( array $roles, string $path )
$roles array
$path string

Property Details

$path public property

Path used to load the list of roles.
public string $path
return string

$roles public property

Roles.
public Role[],eZ\Publish\API\Repository\Values\User $roles
return eZ\Publish\API\Repository\Values\User\Role[]