eZ\Publish\Core\Repository\SectionService::newSectionCreateStruct PHP Méthode

newSectionCreateStruct() public méthode

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