PHP Class eZ\Publish\Core\REST\Common\Values\RestObjectState

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

Public Properties

Property Type Description
$groupId mixed Group ID to which wrapped state belongs.
$objectState eZ\Publish\API\Repository\Values\ObjectState\ObjectState Wrapped object state.

Public Methods

Method Description
__construct ( eZ\Publish\API\Repository\Values\ObjectState\ObjectState $objectState, mixed $groupId ) Constructor.

Method Details

__construct() public method

Constructor.
public __construct ( eZ\Publish\API\Repository\Values\ObjectState\ObjectState $objectState, mixed $groupId )
$objectState eZ\Publish\API\Repository\Values\ObjectState\ObjectState
$groupId mixed

Property Details

$groupId public property

Group ID to which wrapped state belongs.
public mixed $groupId
return mixed

$objectState public property

Wrapped object state.
public ObjectState,eZ\Publish\API\Repository\Values\ObjectState $objectState
return eZ\Publish\API\Repository\Values\ObjectState\ObjectState