You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/generators/php-dt.md
+1
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
31
31
|invokerPackage|The main namespace to use for all classes. e.g. Yay\Pets||null|
32
32
|legacyDiscriminatorBehavior|Set to false for generators with better support for discriminators. (Python, Java, Go, PowerShell, C# have this enabled by default).|<dl><dt>**true**</dt><dd>The mapping in the discriminator includes descendent schemas that allOf inherit from self and the discriminator mapping schemas in the OAS document.</dd><dt>**false**</dt><dd>The mapping in the discriminator includes any descendent schemas that allOf inherit from self, any oneOf schemas, any anyOf schemas, any x-discriminator-values, and the discriminator mapping schemas in the OAS document AND Codegen validates that oneOf and anyOf schemas contain the required discriminator and throws an error if the discriminator is missing.</dd></dl>|true|
33
33
|licenseName|The name of the license||null|
34
+
|methodNamingConvention|naming convention of class method name, e.g. PascalCase.||PascalCase|
34
35
|modelPackage|package for generated models||null|
35
36
|modern|use modern language features (generated code will require PHP 8.1)||false|
36
37
|packageName|The main package name for classes. e.g. GeneratedPetstore||null|
Copy file name to clipboardExpand all lines: docs/generators/php-flight.md
+1
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
32
32
|invokerPackage|The main namespace to use for all classes. e.g. Yay\Pets||null|
33
33
|legacyDiscriminatorBehavior|Set to false for generators with better support for discriminators. (Python, Java, Go, PowerShell, C# have this enabled by default).|<dl><dt>**true**</dt><dd>The mapping in the discriminator includes descendent schemas that allOf inherit from self and the discriminator mapping schemas in the OAS document.</dd><dt>**false**</dt><dd>The mapping in the discriminator includes any descendent schemas that allOf inherit from self, any oneOf schemas, any anyOf schemas, any x-discriminator-values, and the discriminator mapping schemas in the OAS document AND Codegen validates that oneOf and anyOf schemas contain the required discriminator and throws an error if the discriminator is missing.</dd></dl>|true|
34
34
|licenseName|The name of the license||null|
35
+
|methodNamingConvention|naming convention of class method name, e.g. PascalCase.||PascalCase|
35
36
|modelPackage|package for generated models||null|
36
37
|packageName|The main package name for classes. e.g. GeneratedPetstore||null|
37
38
|prependFormOrBodyParameters|Add form or body parameters to the beginning of the parameter list.||false|
Copy file name to clipboardExpand all lines: docs/generators/php-laravel.md
+1
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
31
31
|invokerPackage|The main namespace to use for all classes. e.g. Yay\Pets||null|
32
32
|legacyDiscriminatorBehavior|Set to false for generators with better support for discriminators. (Python, Java, Go, PowerShell, C# have this enabled by default).|<dl><dt>**true**</dt><dd>The mapping in the discriminator includes descendent schemas that allOf inherit from self and the discriminator mapping schemas in the OAS document.</dd><dt>**false**</dt><dd>The mapping in the discriminator includes any descendent schemas that allOf inherit from self, any oneOf schemas, any anyOf schemas, any x-discriminator-values, and the discriminator mapping schemas in the OAS document AND Codegen validates that oneOf and anyOf schemas contain the required discriminator and throws an error if the discriminator is missing.</dd></dl>|true|
33
33
|licenseName|The name of the license||null|
34
+
|methodNamingConvention|naming convention of class method name, e.g. PascalCase.||PascalCase|
34
35
|modelPackage|package for generated models||null|
35
36
|packageName|The main package name for classes. e.g. GeneratedPetstore||null|
36
37
|prependFormOrBodyParameters|Add form or body parameters to the beginning of the parameter list.||false|
Copy file name to clipboardExpand all lines: docs/generators/php-lumen.md
+1
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
31
31
|invokerPackage|The main namespace to use for all classes. e.g. Yay\Pets||null|
32
32
|legacyDiscriminatorBehavior|Set to false for generators with better support for discriminators. (Python, Java, Go, PowerShell, C# have this enabled by default).|<dl><dt>**true**</dt><dd>The mapping in the discriminator includes descendent schemas that allOf inherit from self and the discriminator mapping schemas in the OAS document.</dd><dt>**false**</dt><dd>The mapping in the discriminator includes any descendent schemas that allOf inherit from self, any oneOf schemas, any anyOf schemas, any x-discriminator-values, and the discriminator mapping schemas in the OAS document AND Codegen validates that oneOf and anyOf schemas contain the required discriminator and throws an error if the discriminator is missing.</dd></dl>|true|
33
33
|licenseName|The name of the license||null|
34
+
|methodNamingConvention|naming convention of class method name, e.g. PascalCase.||PascalCase|
34
35
|modelPackage|package for generated models||null|
35
36
|packageName|The main package name for classes. e.g. GeneratedPetstore||null|
36
37
|prependFormOrBodyParameters|Add form or body parameters to the beginning of the parameter list.||false|
Copy file name to clipboardExpand all lines: docs/generators/php-mezzio-ph.md
+1
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
31
31
|invokerPackage|The main namespace to use for all classes. e.g. Yay\Pets||null|
32
32
|legacyDiscriminatorBehavior|Set to false for generators with better support for discriminators. (Python, Java, Go, PowerShell, C# have this enabled by default).|<dl><dt>**true**</dt><dd>The mapping in the discriminator includes descendent schemas that allOf inherit from self and the discriminator mapping schemas in the OAS document.</dd><dt>**false**</dt><dd>The mapping in the discriminator includes any descendent schemas that allOf inherit from self, any oneOf schemas, any anyOf schemas, any x-discriminator-values, and the discriminator mapping schemas in the OAS document AND Codegen validates that oneOf and anyOf schemas contain the required discriminator and throws an error if the discriminator is missing.</dd></dl>|true|
33
33
|licenseName|The name of the license||null|
34
+
|methodNamingConvention|naming convention of class method name, e.g. PascalCase.||PascalCase|
34
35
|modelPackage|package for generated models||null|
35
36
|modern|use modern language features (generated code will require PHP 8.0)||false|
36
37
|packageName|The main package name for classes. e.g. GeneratedPetstore||null|
Copy file name to clipboardExpand all lines: docs/generators/php-nextgen.md
+1
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
32
32
|invokerPackage|The main namespace to use for all classes. e.g. Yay\Pets||null|
33
33
|legacyDiscriminatorBehavior|Set to false for generators with better support for discriminators. (Python, Java, Go, PowerShell, C# have this enabled by default).|<dl><dt>**true**</dt><dd>The mapping in the discriminator includes descendent schemas that allOf inherit from self and the discriminator mapping schemas in the OAS document.</dd><dt>**false**</dt><dd>The mapping in the discriminator includes any descendent schemas that allOf inherit from self, any oneOf schemas, any anyOf schemas, any x-discriminator-values, and the discriminator mapping schemas in the OAS document AND Codegen validates that oneOf and anyOf schemas contain the required discriminator and throws an error if the discriminator is missing.</dd></dl>|true|
34
34
|licenseName|The name of the license||null|
35
+
|methodNamingConvention|naming convention of class method name, e.g. PascalCase.||PascalCase|
35
36
|modelPackage|package for generated models||null|
36
37
|packageName|The main package name for classes. e.g. GeneratedPetstore||null|
37
38
|prependFormOrBodyParameters|Add form or body parameters to the beginning of the parameter list.||false|
Copy file name to clipboardExpand all lines: docs/generators/php-slim4.md
+1
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
31
31
|invokerPackage|The main namespace to use for all classes. e.g. Yay\Pets||null|
32
32
|legacyDiscriminatorBehavior|Set to false for generators with better support for discriminators. (Python, Java, Go, PowerShell, C# have this enabled by default).|<dl><dt>**true**</dt><dd>The mapping in the discriminator includes descendent schemas that allOf inherit from self and the discriminator mapping schemas in the OAS document.</dd><dt>**false**</dt><dd>The mapping in the discriminator includes any descendent schemas that allOf inherit from self, any oneOf schemas, any anyOf schemas, any x-discriminator-values, and the discriminator mapping schemas in the OAS document AND Codegen validates that oneOf and anyOf schemas contain the required discriminator and throws an error if the discriminator is missing.</dd></dl>|true|
33
33
|licenseName|The name of the license||null|
34
+
|methodNamingConvention|naming convention of class method name, e.g. PascalCase.||PascalCase|
34
35
|modelPackage|package for generated models||null|
35
36
|packageName|The main package name for classes. e.g. GeneratedPetstore||null|
36
37
|prependFormOrBodyParameters|Add form or body parameters to the beginning of the parameter list.||false|
Copy file name to clipboardExpand all lines: docs/generators/php-symfony.md
+1
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
36
36
|invokerPackage|The main namespace to use for all classes. e.g. Yay\Pets||null|
37
37
|legacyDiscriminatorBehavior|Set to false for generators with better support for discriminators. (Python, Java, Go, PowerShell, C# have this enabled by default).|<dl><dt>**true**</dt><dd>The mapping in the discriminator includes descendent schemas that allOf inherit from self and the discriminator mapping schemas in the OAS document.</dd><dt>**false**</dt><dd>The mapping in the discriminator includes any descendent schemas that allOf inherit from self, any oneOf schemas, any anyOf schemas, any x-discriminator-values, and the discriminator mapping schemas in the OAS document AND Codegen validates that oneOf and anyOf schemas contain the required discriminator and throws an error if the discriminator is missing.</dd></dl>|true|
38
38
|licenseName|The name of the license||null|
39
+
|methodNamingConvention|naming convention of class method name, e.g. PascalCase.||PascalCase|
39
40
|modelPackage|package for generated models||null|
40
41
|packageName|The main package name for classes. e.g. GeneratedPetstore||null|
41
42
|phpLegacySupport|Should the generated code be compatible with PHP 5.x?||true|
Copy file name to clipboardExpand all lines: docs/generators/php.md
+1
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
33
33
|legacyDiscriminatorBehavior|Set to false for generators with better support for discriminators. (Python, Java, Go, PowerShell, C# have this enabled by default).|<dl><dt>**true**</dt><dd>The mapping in the discriminator includes descendent schemas that allOf inherit from self and the discriminator mapping schemas in the OAS document.</dd><dt>**false**</dt><dd>The mapping in the discriminator includes any descendent schemas that allOf inherit from self, any oneOf schemas, any anyOf schemas, any x-discriminator-values, and the discriminator mapping schemas in the OAS document AND Codegen validates that oneOf and anyOf schemas contain the required discriminator and throws an error if the discriminator is missing.</dd></dl>|true|
34
34
|library|HTTP library template (sub-template) to use|<dl><dt>**guzzle**</dt><dd>Guzzle</dd><dt>**psr-18**</dt><dd>psr/http-client-implementation, also known as PSR-18. (beta support)</dd></dl>|guzzle|
35
35
|licenseName|The name of the license||null|
36
+
|methodNamingConvention|naming convention of class method name, e.g. PascalCase.||PascalCase|
36
37
|modelPackage|package for generated models||null|
37
38
|packageName|The main package name for classes. e.g. GeneratedPetstore||null|
38
39
|prependFormOrBodyParameters|Add form or body parameters to the beginning of the parameter list.||false|
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/test/java/org/openapitools/codegen/options/PhpLumenServerOptionsProvider.java
0 commit comments