eZ\Publish\Core\Repository\SectionService::newSectionUpdateStruct PHP 메소드

newSectionUpdateStruct() 공개 메소드

Instantiates a new SectionUpdateStruct.
public newSectionUpdateStruct ( ) : eZ\Publish\API\Repository\Values\Content\SectionUpdateStruct
리턴 eZ\Publish\API\Repository\Values\Content\SectionUpdateStruct
    public function newSectionUpdateStruct()
    {
        return new SectionUpdateStruct();
    }