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 000677f commit 9fb7e91Copy full SHA for 9fb7e91
src/Forms/Controls/BaseControl.php
@@ -27,7 +27,9 @@
27
* @property-read Html $controlPrototype
28
* @property-read Html $labelPrototype
29
* @property bool $required
30
+ * @property-read bool $filled
31
* @property-read array $errors
32
+ * @property-read array $options
33
* @property-read string $error
34
*/
35
abstract class BaseControl extends Nette\ComponentModel\Component implements IControl
0 commit comments