php-symfony.model.mustache Maven / Gradle / Ivy
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 Symfony\Component\Validator\Constraints as Assert;
use JMS\Serializer\Annotation\Type;
use JMS\Serializer\Annotation\SerializedName;
/**
* Class representing the {{classname}} model.
*
{{#description}}
* {{description}}
*
{{/description}}
* @package {{modelPackage}}
* @author Swagger Codegen team
*/
{{>model_generic}}
{{/model}}{{/models}}