PHP Class Redaxscript\Validator\Login

Since: 2.2.0
Author: Henry Ruhs
Author: Sven Weingartner
Inheritance: implements Redaxscript\Validator\ValidatorInterface
Afficher le fichier Open project: redaxmedia/redaxscript Class Usage Examples

Protected Properties

Свойство Type Description
$_rangeArray array allowed range for login

Méthodes publiques

Méthode Description
validate ( string $login = null ) : integer validate the login

Method Details

validate() public méthode

validate the login
Since: 2.2.0
public validate ( string $login = null ) : integer
$login string login name
Résultat integer

Property Details

$_rangeArray protected_oe property

allowed range for login
protected array $_rangeArray
Résultat array