Browse Source

improved phpdoc of ActiveForm

tags/2.0.4
Carsten Brandt 10 years ago
parent
commit
92b1ba77db
  1. 3
      framework/widgets/ActiveForm.php

3
framework/widgets/ActiveForm.php

@ -260,7 +260,8 @@ class ActiveForm extends Widget
* @param Model $model the data model * @param Model $model the data model
* @param string $attribute the attribute name or expression. See [[Html::getAttributeName()]] for the format * @param string $attribute the attribute name or expression. See [[Html::getAttributeName()]] for the format
* about attribute expression. * about attribute expression.
* @param array $options the additional configurations for the field object * @param array $options the additional configurations for the field object. These are properties of [[ActiveField]]
* or a subclass, depending on the value of [[fieldClass]].
* @return ActiveField the created ActiveField object * @return ActiveField the created ActiveField object
* @see fieldConfig * @see fieldConfig
*/ */

Loading…
Cancel
Save