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

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

Public Properties

Property Type Description
$groupId mixed ID of the group that the states belong to.
$states eZ\Publish\API\Repository\Values\ObjectState\ObjectState[] Object states.

Public Methods

Method Description
__construct ( array $states, mixed $groupId ) Construct.

Method Details

__construct() public method

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

Property Details

$groupId public property

ID of the group that the states belong to.
public mixed $groupId
return mixed

$states public property

Object states.
public ObjectState[],eZ\Publish\API\Repository\Values\ObjectState $states
return eZ\Publish\API\Repository\Values\ObjectState\ObjectState[]