1 | <?php |
||
11 | class ViewHelperNodeProxy extends ViewHelperNode |
||
12 | { |
||
13 | public function __construct(RenderingContextInterface $renderingContext, $namespace = null, $identifier = null, array $arguments = [], ?ParsingState $state = null) |
||
17 | |||
18 | /** |
||
19 | * @param NodeInterface[] $childNodes |
||
20 | */ |
||
21 | public function setChildNodes(array $childNodes): void |
||
25 | |||
26 | /** |
||
27 | * @param NodeInterface[] $arguments |
||
28 | */ |
||
29 | public function setArguments(array $arguments): void |
||
33 | |||
34 | /** |
||
35 | * @param ViewHelperInterface $uninitializedViewHelper |
||
36 | */ |
||
37 | public function setUninitializedViewHelper(ViewHelperInterface $uninitializedViewHelper): void |
||
43 | |||
44 | } |