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 716a70d commit a4d4781Copy full SHA for a4d4781
stubs/Symfony/Component/Form/FormView.stub
@@ -11,4 +11,12 @@ use IteratorAggregate;
11
*/
12
class FormView implements ArrayAccess, IteratorAggregate
13
{
14
+
15
+ /**
16
+ * Returns an iterator to iterate over children (implements \IteratorAggregate).
17
+ *
18
+ * @return \ArrayIterator<string, FormView> The iterator
19
+ */
20
+ public function getIterator();
21
22
}
0 commit comments