/** * Returns an password input field. * * @param CModel $model The model * @param string $attribute The attribute * @param array $htmlOptions * * @access public * @return string */ public function passwordField($model, $attribute, $htmlOptions = array()) { return EBootstrap::activePasswordField($model, $attribute, $htmlOptions); }