eZ\Publish\Core\REST\Common\Values\RestObjectState::__construct PHP Method

__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
    public function __construct(ObjectState $objectState, $groupId)
    {
        $this->objectState = $objectState;
        $this->groupId = $groupId;
    }
RestObjectState