eZ\Publish\Core\SignalSlot\ObjectStateService::newObjectStateUpdateStruct PHP Метод

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

Instantiates a new Object State Update Struct.
public newObjectStateUpdateStruct ( ) : eZ\Publish\API\Repository\Values\ObjectState\ObjectStateUpdateStruct
Результат eZ\Publish\API\Repository\Values\ObjectState\ObjectStateUpdateStruct
    public function newObjectStateUpdateStruct()
    {
        return $this->service->newObjectStateUpdateStruct();
    }