1 | <?php |
||
19 | final class CustomOperationPathResolver implements OperationPathResolverInterface |
||
20 | { |
||
21 | private $deferred; |
||
22 | |||
23 | public function __construct(OperationPathResolverInterface $deferred) |
||
27 | |||
28 | /** |
||
29 | * {@inheritdoc} |
||
30 | */ |
||
31 | public function resolveOperationPath(string $resourceShortName, array $operation, bool $collection) : string |
||
39 | } |
||
40 |