@@ -53,6 +53,10 @@ |
||
| 53 | 53 | */ |
| 54 | 54 | private $Type; |
| 55 | 55 | |
| 56 | + /** |
|
| 57 | + * @param string $definition |
|
| 58 | + * @param string $description |
|
| 59 | + */ |
|
| 56 | 60 | public function __construct(\SwaggerGen\Swagger\AbstractObject $parent, $definition, $description = null) |
| 57 | 61 | { |
| 58 | 62 | parent::__construct($parent); |