Method | Description | |
---|---|---|
parseAnnotations ( Nelmio\ApiDocBundle\Annotation\ApiDoc $annotation, Symfony\Component\Routing\Route $route, ReflectionMethod $method ) | Parses annotations for a given method, and adds new information to the given ApiDoc annotation. Useful to extract information from the FOSRestBundle annotations. |
protected parseAnnotations ( Nelmio\ApiDocBundle\Annotation\ApiDoc $annotation, Symfony\Component\Routing\Route $route, ReflectionMethod $method ) | ||
$annotation | Nelmio\ApiDocBundle\Annotation\ApiDoc | |
$route | Symfony\Component\Routing\Route | |
$method | ReflectionMethod |