1 | <?php |
||
22 | class PassthroughViewHelper extends AbstractViewHelper implements SequencingComponentInterface |
||
23 | { |
||
24 | protected function initializeArguments() |
||
29 | |||
30 | public function evaluate(RenderingContextInterface $renderingContext) |
||
37 | |||
38 | public function sequence(Sequencer $sequencer, ?string $namespace, string $method): void |
||
42 | } |
||
43 |