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

newSectionCreateStruct() 공개 메소드

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