Beispiel #1
0
 /**
  * Construtor. Sets the name of the element.
  * @param array $options form options for this element
  */
 public function __construct($options = null)
 {
     parent::__construct('new_password', $options);
 }