| Total Complexity | 4 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | trait MetadataTrait |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Register the values into the container |
||
| 13 | * |
||
| 14 | * @return void |
||
| 15 | */ |
||
| 16 | private function registerMetadataReader() |
||
| 25 | } |
||
| 26 | }; |
||
| 27 | }); |
||
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Get the metadata reader with the given id |
||
| 32 | * |
||
| 33 | * @param string $sReaderId |
||
| 34 | * |
||
| 35 | * @return MetadataReaderInterface |
||
| 36 | */ |
||
| 37 | public function getMetadataReader(string $sReaderId): MetadataReaderInterface |
||
| 42 | } |
||
| 43 | } |
||
| 44 |