Skip to content

Commit 9fb7e91

Browse files
committed
BaseControl: added @Property $filled and $options
1 parent 000677f commit 9fb7e91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Forms/Controls/BaseControl.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
* @property-read Html $controlPrototype
2828
* @property-read Html $labelPrototype
2929
* @property bool $required
30+
* @property-read bool $filled
3031
* @property-read array $errors
32+
* @property-read array $options
3133
* @property-read string $error
3234
*/
3335
abstract class BaseControl extends Nette\ComponentModel\Component implements IControl

0 commit comments

Comments
 (0)