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();
    }