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

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

Public Properties

Property Type Description
$path string Path which was used to fetch the list of users.
$users RestUser[] Users.

Public Methods

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

Method Details

__construct() public method

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

Property Details

$path public property

Path which was used to fetch the list of users.
public string $path
return string

$users public property

Users.
public RestUser[],eZ\Publish\Core\REST\Server\Values $users
return RestUser[]