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

php.model.mustache Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
Show newest version
partial_header}}
/**
 * NOTE: This class is auto generated by the swagger code generator program.
 * https://github.com/swagger-api/swagger-codegen
 * Do not edit the class manually.
 */

namespace {{modelPackage}};

use \ArrayAccess;

/**
 * {{classname}} Class Doc Comment
 *
 * @category    Class */
{{#description}}
 // @description {{description}}
{{/description}}
/** 
 * @package     {{invokerPackage}}
 * @author      http://github.com/swagger-api/swagger-codegen
 * @license     http://www.apache.org/licenses/LICENSE-2.0 Apache Licene v2
 * @link        https://github.com/swagger-api/swagger-codegen
 */
{{#isEnum}}{{>model_enum}}{{/isEnum}}{{^isEnum}}{{>model_generic}}{{/isEnum}}

{{/model}}
{{/models}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy