| 1 | <?php |
||
| 23 | final class RouterOperationPathResolver implements OperationPathResolverInterface |
||
| 24 | { |
||
| 25 | private $router; |
||
| 26 | private $deferred; |
||
| 27 | |||
| 28 | public function __construct(RouterInterface $router, OperationPathResolverInterface $deferred) |
||
| 33 | |||
| 34 | /** |
||
| 35 | * {@inheritdoc} |
||
| 36 | */ |
||
| 37 | public function resolveOperationPath(string $resourceShortName, array $operation, bool $collection) : string |
||
| 50 | } |
||
| 51 |