eZ\Publish\Core\Repository\SectionService::newSectionCreateStruct PHP Method

newSectionCreateStruct() public method

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