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);
    }