forked from loafle/openapi-generator-original
fix @implements annotations in PHP client (#11908)
This commit is contained in:
@@ -39,9 +39,7 @@ use \{{invokerPackage}}\ObjectSerializer;
|
|||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
{{^isEnum}}
|
{{^isEnum}}
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
{{/isEnum}}
|
{{/isEnum}}
|
||||||
*/
|
*/
|
||||||
{{#isEnum}}{{>model_enum}}{{/isEnum}}{{^isEnum}}{{>model_generic}}{{/isEnum}}
|
{{#isEnum}}{{>model_enum}}{{/isEnum}}{{^isEnum}}{{>model_generic}}{{/isEnum}}
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class AdditionalPropertiesClass implements ModelInterface, ArrayAccess, \JsonSerializable
|
class AdditionalPropertiesClass implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class Animal implements ModelInterface, ArrayAccess, \JsonSerializable
|
class Animal implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class ApiResponse implements ModelInterface, ArrayAccess, \JsonSerializable
|
class ApiResponse implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class ArrayOfArrayOfNumberOnly implements ModelInterface, ArrayAccess, \JsonSerializable
|
class ArrayOfArrayOfNumberOnly implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class ArrayOfNumberOnly implements ModelInterface, ArrayAccess, \JsonSerializable
|
class ArrayOfNumberOnly implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class ArrayTest implements ModelInterface, ArrayAccess, \JsonSerializable
|
class ArrayTest implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class Capitalization implements ModelInterface, ArrayAccess, \JsonSerializable
|
class Capitalization implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -36,9 +36,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class Cat extends Animal
|
class Cat extends Animal
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class CatAllOf implements ModelInterface, ArrayAccess, \JsonSerializable
|
class CatAllOf implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class Category implements ModelInterface, ArrayAccess, \JsonSerializable
|
class Category implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -39,9 +39,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class ClassModel implements ModelInterface, ArrayAccess, \JsonSerializable
|
class ClassModel implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class Client implements ModelInterface, ArrayAccess, \JsonSerializable
|
class Client implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class DeprecatedObject implements ModelInterface, ArrayAccess, \JsonSerializable
|
class DeprecatedObject implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -36,9 +36,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class Dog extends Animal
|
class Dog extends Animal
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class DogAllOf implements ModelInterface, ArrayAccess, \JsonSerializable
|
class DogAllOf implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class EnumArrays implements ModelInterface, ArrayAccess, \JsonSerializable
|
class EnumArrays implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class EnumTest implements ModelInterface, ArrayAccess, \JsonSerializable
|
class EnumTest implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -39,9 +39,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class File implements ModelInterface, ArrayAccess, \JsonSerializable
|
class File implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class FileSchemaTestClass implements ModelInterface, ArrayAccess, \JsonSerializable
|
class FileSchemaTestClass implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class Foo implements ModelInterface, ArrayAccess, \JsonSerializable
|
class Foo implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class FormatTest implements ModelInterface, ArrayAccess, \JsonSerializable
|
class FormatTest implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class HasOnlyReadOnly implements ModelInterface, ArrayAccess, \JsonSerializable
|
class HasOnlyReadOnly implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -39,9 +39,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class HealthCheckResult implements ModelInterface, ArrayAccess, \JsonSerializable
|
class HealthCheckResult implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class InlineResponseDefault implements ModelInterface, ArrayAccess, \JsonSerializable
|
class InlineResponseDefault implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class MapTest implements ModelInterface, ArrayAccess, \JsonSerializable
|
class MapTest implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class MixedPropertiesAndAdditionalPropertiesClass implements ModelInterface, ArrayAccess, \JsonSerializable
|
class MixedPropertiesAndAdditionalPropertiesClass implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -39,9 +39,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class Model200Response implements ModelInterface, ArrayAccess, \JsonSerializable
|
class Model200Response implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class ModelList implements ModelInterface, ArrayAccess, \JsonSerializable
|
class ModelList implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -39,9 +39,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class ModelReturn implements ModelInterface, ArrayAccess, \JsonSerializable
|
class ModelReturn implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -39,9 +39,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class Name implements ModelInterface, ArrayAccess, \JsonSerializable
|
class Name implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class NullableClass implements ModelInterface, ArrayAccess, \JsonSerializable
|
class NullableClass implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class NumberOnly implements ModelInterface, ArrayAccess, \JsonSerializable
|
class NumberOnly implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class ObjectWithDeprecatedFields implements ModelInterface, ArrayAccess, \JsonSerializable
|
class ObjectWithDeprecatedFields implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class Order implements ModelInterface, ArrayAccess, \JsonSerializable
|
class Order implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class OuterComposite implements ModelInterface, ArrayAccess, \JsonSerializable
|
class OuterComposite implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class OuterObjectWithEnumProperty implements ModelInterface, ArrayAccess, \JsonSerializable
|
class OuterObjectWithEnumProperty implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class Pet implements ModelInterface, ArrayAccess, \JsonSerializable
|
class Pet implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class ReadOnlyFirst implements ModelInterface, ArrayAccess, \JsonSerializable
|
class ReadOnlyFirst implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class SpecialModelName implements ModelInterface, ArrayAccess, \JsonSerializable
|
class SpecialModelName implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class Tag implements ModelInterface, ArrayAccess, \JsonSerializable
|
class Tag implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
|
|||||||
* @package OpenAPI\Client
|
* @package OpenAPI\Client
|
||||||
* @author OpenAPI Generator team
|
* @author OpenAPI Generator team
|
||||||
* @link https://openapi-generator.tech
|
* @link https://openapi-generator.tech
|
||||||
* @implements \ArrayAccess<TKey, TValue>
|
* @implements \ArrayAccess<string, mixed>
|
||||||
* @template TKey int|null
|
|
||||||
* @template TValue mixed|null
|
|
||||||
*/
|
*/
|
||||||
class User implements ModelInterface, ArrayAccess, \JsonSerializable
|
class User implements ModelInterface, ArrayAccess, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user