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