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

Inheritance: extends eZ\Publish\Core\REST\Common\Value
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Свойство Type Description
$path string Path which was used to fetch the list of users.
$users RestUser[] Users.

Méthodes publiques

Méthode Description
__construct ( array $users, string $path ) Construct.

Method Details

__construct() public méthode

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

Property Details

$path public_oe property

Path which was used to fetch the list of users.
public string $path
Résultat string

$users public_oe property

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