We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9bf5ee commit 2f31a48Copy full SHA for 2f31a48
src/TwigComponent/src/Event/PreCreateForRenderEvent.php
@@ -49,6 +49,12 @@ public function getInputProps(): array
49
return $this->inputProps;
50
}
51
52
+ public function setInputProps(array $inputProps): self {
53
+ $this->inputProps = $inputProps;
54
+
55
+ return $this;
56
+ }
57
58
public function setRenderedString(string $renderedString): void
59
{
60
$this->renderedString = $renderedString;
0 commit comments