Skip to content

Commit be5bc3c

Browse files
committed
added some @Property
1 parent 31bc0a3 commit be5bc3c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Forms/Controls/BaseControl.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
* @property-read Html $labelPrototype
2929
* @property bool $required
3030
* @property-read array $errors
31+
* @property-read string $error
3132
*/
3233
abstract class BaseControl extends Nette\ComponentModel\Component implements IControl
3334
{

src/Forms/Form.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* Creates, validates and renders HTML forms.
1515
*
1616
* @property-read array $errors
17+
* @property-read array $ownErrors
1718
* @property-read Nette\Utils\Html $elementPrototype
1819
* @property-read IFormRenderer $renderer
1920
* @property string $action

0 commit comments

Comments
 (0)