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

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

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

Свойство Тип Описание
$path string Path which was used to fetch the list of policies.
$policies eZ\Publish\API\Repository\Values\User\Policy[] Policies.

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

Метод Описание
__construct ( array $policies, string $path ) Construct.

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

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

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

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

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

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

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

Policies.
public Policy[],eZ\Publish\API\Repository\Values\User $policies
Результат eZ\Publish\API\Repository\Values\User\Policy[]