Name |
Description |
Analyser |
Extract swagger-php annotations from a [PHPDoc](http://en.wikipedia.org/wiki/PHPDoc) using Doctrine's DocParser. |
Analysis |
Result of the analyser which pretends to be an array of annotations, but also contains detected classes and helper functions for the processors. |
Context |
Context |
Serializer |
Class AnnotationDeserializer is used to deserialize a json string
to a specific Swagger PHP Annotation class and vice versa. |
StaticAnalyser |
Swagger\StaticAnalyser extracts swagger-php annotations from php code using static analysis. |