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

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

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

Свойство Тип Описание
$groupId mixed ID of the group that the states belong to.
$states eZ\Publish\API\Repository\Values\ObjectState\ObjectState[] Object states.

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

Метод Описание
__construct ( array $states, mixed $groupId ) Construct.

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

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

Construct.
public __construct ( array $states, mixed $groupId )
$states array
$groupId mixed

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

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

ID of the group that the states belong to.
public mixed $groupId
Результат mixed

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

Object states.
public ObjectState[],eZ\Publish\API\Repository\Values\ObjectState $states
Результат eZ\Publish\API\Repository\Values\ObjectState\ObjectState[]