Class PasswordInput
This class describes the behavior of password inputs
- Hawk\FormInput uses Hawk\Utils
-
Hawk\PasswordInput
Methods summary
public
string
|
|
public
boolean
|
|
public
string
|
Methods inherited from Hawk\FormInput
__construct(),
__toString(),
create(),
getInstance(),
setParam(),
setValue()
Methods used from Hawk\Utils
Constants inherited from Hawk\FormInput
Properties summary
public
boolean
|
$get
Variable that has to be got from the database for displaying |
#
false
|
public
callable
|
$decrypt
The decryption function |
#
null
|
public
callable
|
$encrypt
The encryption function |
#
null
|
public
string
|
$pattern
The input pattern |
#
'/^(?=.*\d)(?=.*[a-zA-Z]).{6,16}$/'
|
Properties inherited from Hawk\FormInput
$after,
$attr,
$attributes,
$before,
$beforeLabel,
$class,
$dataType,
$disabled,
$emptyValue,
$errorAt,
$field,
$hidden,
$id,
$independant,
$insert,
$label,
$labelClass,
$labelStyle,
$mask,
$maxlength,
$name,
$nl,
$notDisplayed,
$placeholder,
$readonly,
$required,
$style,
$title,
$tpl,
$unique,
$validators,
$value