mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-01 15:07:49 +08:00
added a large amount of missing documentation
This commit is contained in:
@@ -34,8 +34,7 @@ class ActiveForm extends Widget
|
||||
public $method = 'post';
|
||||
/**
|
||||
* @var array the HTML attributes (name-value pairs) for the form tag.
|
||||
* The values will be HTML-encoded using [[\yii\helpers\Html::encode()]].
|
||||
* If a value is null, the corresponding attribute will not be rendered.
|
||||
* See [[\yii\helpers\Html::renderTagAttributes()]] for details on how attributes are being rendered.
|
||||
*/
|
||||
public $options = [];
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user