| 1 | <?php |
||
| 10 | final class ExtraMethodInvoker |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var RenderInterface |
||
| 14 | */ |
||
| 15 | private $optionsRenderer; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @Named("optionsRenderer=options") |
||
| 19 | */ |
||
| 20 | public function __construct(RenderInterface $optionsRenderer) |
||
| 24 | |||
| 25 | public function __invoke(AbstractRequest $request, InvokerInterface $invoker) : ResourceObject |
||
| 45 | } |
||
| 46 |