Skip to content

Instantly share code, notes, and snippets.

@tristansokol
Created July 3, 2018 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tristansokol/c23b193399dd02dc072522edb1b40073 to your computer and use it in GitHub Desktop.
Save tristansokol/c23b193399dd02dc072522edb1b40073 to your computer and use it in GitHub Desktop.
<?php
{{#models}}
{{#model}}
/**
* 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
* @package {{invokerPackage}}
* @author Square Inc.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2
* @link https://squareup.com/developers
*/
class {{classname}} implements ArrayAccess
{
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment