eZ\Publish\Core\SignalSlot\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)
    {
        return $this->service->loadObjectStateGroup($objectStateGroupId);
    }