eZ\Publish\Core\SignalSlot\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 $this->service->newSectionCreateStruct();
    }