| 1 | <?php |
||
| 12 | class EmptyResource implements AnnotationInterface |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @var string |
||
| 16 | */ |
||
| 17 | protected $emptyReplacement; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Nested constructor. |
||
| 21 | * @param array $emptyReplacements |
||
| 22 | */ |
||
| 23 | 7 | public function __construct(array $emptyReplacements) |
|
| 27 | |||
| 28 | /** |
||
| 29 | * @return string |
||
| 30 | */ |
||
| 31 | 5 | public function getEmptyReplacement() |
|
| 35 | } |
||
| 36 |