Optional options: { Optional constraints?: { enumKey?: EnumKeyConstraint<PhpOptions> | undefined; enumValue?: EnumValueConstraint<PhpOptions> | undefined; modelName?: ModelNameConstraint<...> | undefined; propertyKey?: PropertyKeyConstraint<...> | undefined; constant?: ConstantConstraint<...> | undefined; }Optional defaultOptional dependencyThis dependency manager type serves two functions.
This depends on context and where it's used.
Optional indentation?: { type?: IndentationTypes | undefined; size?: number | undefined; }Optional presets?: (undefined | ({ class?: { ctor?: ((args: PresetArgs<ClassRenderer, any, ConstrainedObjectModel>) => string | Promise<string>) | undefined; ... 4 more ...; additionalContent?: ((args: PresetArgs<...>) => string | Promise<...>) | undefined; } | undefined; enum?: { ...; } | undefined; }) | ({ preset?: { class?: { ctor?: ((args: PresetArgs<ClassRenderer, any, ConstrainedObjectModel>) => string | Promise<string>) | undefined; ... 4 more ...; additionalContent?: ((args: PresetArgs<...>) => string | Promise<...>) | undefined; } | undefined; enum?: { ...; } | undefined; } | undefined; options?: any; }))[]Optional processorOptional typeReadonly languageReadonly optionsStatic defaultStatic defaultOptional constraints?: { enumKey?: EnumKeyConstraint<PhpOptions> | undefined; enumValue?: EnumValueConstraint<PhpOptions> | undefined; modelName?: ModelNameConstraint<...> | undefined; propertyKey?: PropertyKeyConstraint<...> | undefined; constant?: ConstantConstraint<...> | undefined; }Optional defaultOptional dependencyThis dependency manager type serves two functions.
This depends on context and where it's used.
Optional indentation?: { type?: IndentationTypes | undefined; size?: number | undefined; }Optional presets?: (undefined | ({ class?: { ctor?: ((args: PresetArgs<ClassRenderer, any, ConstrainedObjectModel>) => string | Promise<string>) | undefined; ... 4 more ...; additionalContent?: ((args: PresetArgs<...>) => string | Promise<...>) | undefined; } | undefined; enum?: { ...; } | undefined; }) | ({ preset?: { class?: { ctor?: ((args: PresetArgs<ClassRenderer, any, ConstrainedObjectModel>) => string | Promise<string>) | undefined; ... 4 more ...; additionalContent?: ((args: PresetArgs<...>) => string | Promise<...>) | undefined; } | undefined; enum?: { ...; } | undefined; } | undefined; options?: any; }))[]Optional processorOptional typeGenerates a scattered model where dependencies and rendered results are separated.
Generates the full output of a model, instead of a scattered model.
OutputModels result is no longer the model itself, but including package, package dependencies and model dependencies.
Generates all the models to an output directory each model with their own separate files.
where you want the models generated to
Optional options: PhpRenderCompleteModelOptionsWrapper to get an instance of the dependency manager
Protected getThis function returns an instance of the dependency manager which is either a factory or an instance.
Protected getProtected processProcess any of the input formats to the appropriate InputMetaModel type and split out the meta models based on the requirements of the generators
Render a scattered model, where the source code and library and model dependencies are separated.
Optional options: Partial<PhpOptions>Render a complete model result where the model code, library and model dependencies are all bundled appropriately.
Optional options: Partial<PhpOptions>Static getReturns the Php options by merging custom options with default ones.
Optional options: { Optional constraints?: { enumKey?: EnumKeyConstraint<PhpOptions> | undefined; enumValue?: EnumValueConstraint<PhpOptions> | undefined; modelName?: ModelNameConstraint<...> | undefined; propertyKey?: PropertyKeyConstraint<...> | undefined; constant?: ConstantConstraint<...> | undefined; }Optional defaultOptional dependencyThis dependency manager type serves two functions.
This depends on context and where it's used.
Optional indentation?: { type?: IndentationTypes | undefined; size?: number | undefined; }Optional presets?: (undefined | ({ class?: { ctor?: ((args: PresetArgs<ClassRenderer, any, ConstrainedObjectModel>) => string | Promise<string>) | undefined; ... 4 more ...; additionalContent?: ((args: PresetArgs<...>) => string | Promise<...>) | undefined; } | undefined; enum?: { ...; } | undefined; }) | ({ preset?: { class?: { ctor?: ((args: PresetArgs<ClassRenderer, any, ConstrainedObjectModel>) => string | Promise<string>) | undefined; ... 4 more ...; additionalContent?: ((args: PresetArgs<...>) => string | Promise<...>) | undefined; } | undefined; enum?: { ...; } | undefined; } | undefined; options?: any; }))[]Optional processorOptional typeGenerated using TypeDoc
Abstract file generator which each file generator much implement.