PHP Swagger 네임스페이스

중첩된 네임스페이스

Swagger\Annotations
Swagger\Processors

클래스들

이름 설명
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.