public function __construct($id, $args) { // $label, $help, $confirm_label, $confirm_help, $validation ) { parent::__construct($id, null, $args); $this->pwd_renderer = new CUAR_PasswordFieldRenderer($this->get_arg('label'), false, $this->get_arg('inline_help')); $this->pwd_confirm_renderer = new CUAR_PasswordFieldRenderer($this->get_arg('confirm_label'), false, $this->get_arg('confirm_inline_help')); $this->pwd_validation_rule = new CUAR_PasswordValidation($this->get_arg('required'), $this->get_arg('min_length'), $this->get_arg('max_length')); }
public function __construct($id, $storage, $args) { parent::__construct($id, $storage, $args); }
public function __construct($id, $args) { parent::__construct($id, null, $args); }