eZ\Publish\Core\Repository\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 new SectionUpdateStruct();
    }