Total Complexity | 6 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
24 | class MercureIriConverter implements IriConverterInterface |
||
25 | { |
||
26 | public function __construct(private IriConverterInterface $decorated, private PublishableStatusChecker $publishableStatusChecker) |
||
27 | { |
||
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 |
||
50 |