Пример #1
0
 /**
  * Render the login form for this authentication type.
  *
  * @param string $element
  * @param array  $params
  */
 public function renderForm($element = "form", $params = array())
 {
     return parent::renderForm($element, $params);
 }