1 | <?php |
||
7 | class DoctrineAnnotationService implements AnnotationService |
||
8 | { |
||
9 | /** |
||
10 | * @var \Doctrine\Common\Annotations\AnnotationReader |
||
11 | */ |
||
12 | private $annotationReader; |
||
13 | |||
14 | 97 | public function __construct() |
|
18 | |||
19 | /** |
||
20 | * {@inheritDoc} |
||
21 | * |
||
22 | * @see \Mcustiel\SimpleRequest\Interfaces\AnnotationService::getAnnotationsFromProperty() |
||
23 | */ |
||
24 | 93 | public function getAnnotationsFromProperty(\ReflectionProperty $property) |
|
28 | } |
||
29 |