PHP Класс eZ\Publish\Core\REST\Server\Values\UserGroupRefList

Наследование: extends eZ\Publish\Core\REST\Common\Value
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$path string Path which was used to fetch the list of user groups.
$userGroups RestUserGroup[] User groups.
$userId mixed User ID whose groups are the ones in the list.

Открытые методы

Метод Описание
__construct ( array $userGroups, string $path, mixed $userId = null ) Construct.

Описание методов

__construct() публичный Метод

Construct.
public __construct ( array $userGroups, string $path, mixed $userId = null )
$userGroups array
$path string
$userId mixed

Описание свойств

$path публичное свойство

Path which was used to fetch the list of user groups.
public string $path
Результат string

$userGroups публичное свойство

User groups.
public RestUserGroup[],eZ\Publish\Core\REST\Server\Values $userGroups
Результат RestUserGroup[]

$userId публичное свойство

User ID whose groups are the ones in the list.
public mixed $userId
Результат mixed