1 | <?php |
||
13 | class Fetcher |
||
14 | { |
||
15 | /** |
||
16 | * @var string |
||
17 | */ |
||
18 | protected $expectedAnnotationType; |
||
19 | |||
20 | /** |
||
21 | * @param string $expectedAnnotationType |
||
22 | */ |
||
23 | 34 | public function __construct($expectedAnnotationType) |
|
27 | |||
28 | /** |
||
29 | * @param array $annotations |
||
30 | * @return array |
||
31 | */ |
||
32 | 12 | protected function getContractAnnotations(array $annotations) |
|
44 | } |
||
45 |