All Downloads are FREE. Search and download functionalities are using the official Maven repository.

php-nextgen.model.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
partial_header}}
/**
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */

namespace {{modelPackage}};
{{^isEnum}}
{{^parentSchema}}

use ArrayAccess;
use JsonSerializable;
use InvalidArgumentException;
use ReturnTypeWillChange;
use {{invokerPackage}}\ObjectSerializer;
{{/parentSchema}}
{{/isEnum}}

/**
 * {{classname}} Class Doc Comment
 *
{{#description}}
 * @description {{.}}
{{/description}}
 * @package  {{invokerPackage}}
 * @author   OpenAPI Generator team
 * @link     https://openapi-generator.tech
{{^isEnum}}
 * @implements ArrayAccess
{{/isEnum}}
 */
{{#isEnum}}{{>model_enum}}{{/isEnum}}{{^isEnum}}{{>model_generic}}{{/isEnum}}
{{/model}}{{/models}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy