eZ\Publish\Core\REST\Server\Controller\ObjectState::loadObjectState PHP Method

loadObjectState() public method

Loads an object state.
public loadObjectState ( $objectStateGroupId, $objectStateId ) : RestObjectState
$objectStateGroupId
$objectStateId
return eZ\Publish\Core\REST\Common\Values\RestObjectState
    public function loadObjectState($objectStateGroupId, $objectStateId)
    {
        return new RestObjectState($this->objectStateService->loadObjectState($objectStateId), $objectStateGroupId);
    }