PHP Class PartKeepr\ApiDocBundle\Extractor\ApiDocExtractor

Inheritance: extends Nelmio\ApiDocBundle\Extractor\ApiDocExtractor
Datei anzeigen Open project: partkeepr/PartKeepr

Protected Methods

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.

Method Details

parseAnnotations() protected method

This method has been adjusted so that it can read annotations from the parent class.
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