| Total Complexity | 5 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 24 | class IriConverter implements IriConverterInterface |
||
| 25 | { |
||
| 26 | public function __construct(private IriConverterInterface $decorated) |
||
| 28 | } |
||
| 29 | |||
| 30 | public function getResourceFromIri(string $iri, array $context = [], ?Operation $operation = null): object |
||
| 33 | } |
||
| 34 | |||
| 35 | public function getIriFromResource($resource, int $referenceType = UrlGeneratorInterface::ABS_PATH, ?Operation $operation = null, array $context = []): ?string |
||
| 44 |