eZ\Publish\Core\REST\Client\SectionService::newSectionUpdateStruct PHP Метод

newSectionUpdateStruct() публичный Метод

Instantiates a new SectionUpdateStruct.
public newSectionUpdateStruct ( ) : eZ\Publish\API\Repository\Values\Content\SectionUpdateStruct
Результат eZ\Publish\API\Repository\Values\Content\SectionUpdateStruct
    public function newSectionUpdateStruct()
    {
        return new SectionUpdateStruct();
    }