eZ\Publish\Core\REST\Server\Controller\ObjectState::loadObjectState PHP Метод

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

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