eZ\Publish\Core\Repository\ObjectStateService::loadObjectStateGroup PHP Метод

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

Loads a object state group.
public loadObjectStateGroup ( mixed $objectStateGroupId ) : eZ\Publish\API\Repository\Values\ObjectState\ObjectStateGroup
$objectStateGroupId mixed
Результат eZ\Publish\API\Repository\Values\ObjectState\ObjectStateGroup
    public function loadObjectStateGroup($objectStateGroupId)
    {
        $spiObjectStateGroup = $this->objectStateHandler->loadGroup($objectStateGroupId);
        return $this->buildDomainObjectStateGroupObject($spiObjectStateGroup);
    }