eZ\Publish\Core\SignalSlot\ObjectStateService::newObjectStateGroupUpdateStruct PHP Method

newObjectStateGroupUpdateStruct() public method

Instantiates a new Object State Group Update Struct.
public newObjectStateGroupUpdateStruct ( ) : eZ\Publish\API\Repository\Values\ObjectState\ObjectStateGroupUpdateStruct
return eZ\Publish\API\Repository\Values\ObjectState\ObjectStateGroupUpdateStruct
    public function newObjectStateGroupUpdateStruct()
    {
        return $this->service->newObjectStateGroupUpdateStruct();
    }