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 fb4bf50 commit 2b3ccaaCopy full SHA for 2b3ccaa
stubs/Forms/Container.stub
@@ -2,7 +2,12 @@
2
3
namespace Nette\Forms;
4
5
+use Nette\Utils\ArrayHash;
6
+
7
/**
8
+ * @property ArrayHash $values
9
+ * @property-read \Iterator $controls
10
+ * @property-read Form|null $form
11
* @phpstan-implements \ArrayAccess<string, \Nette\ComponentModel\IComponent>
12
*/
13
class Container implements \ArrayAccess
0 commit comments