Пример #1
0
 /**
  * Renders a radio button for a model attribute.
  * @param CModel $model the data model.
  * @param string $attribute the attribute.
  * @param array $htmlOptions additional HTML attributes.
  * @return string the generated radio button.
  * @see BSHtml::activeRadioButton
  */
 public function radioButton($model, $attribute, $htmlOptions = array())
 {
     return BSHtml::activeRadioButton($model, $attribute, $htmlOptions);
 }