eZ\Publish\Core\SignalSlot\SectionService::newSectionUpdateStruct PHP Method

newSectionUpdateStruct() public method

Instantiates a new SectionUpdateStruct.
public newSectionUpdateStruct ( ) : eZ\Publish\API\Repository\Values\Content\SectionUpdateStruct
return eZ\Publish\API\Repository\Values\Content\SectionUpdateStruct
    public function newSectionUpdateStruct()
    {
        return $this->service->newSectionUpdateStruct();
    }