Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Redaxscript
Validator
Login
PHP Class Redaxscript\Validator\Login
Since:
2.2.0
Author:
Henry Ruhs
Author:
Sven Weingartner
Inheritance:
implements
Redaxscript\Validator\ValidatorInterface
Exibir arquivo
Open project: redaxmedia/redaxscript
Class Usage Examples
Protected Properties
Property
Type
Description
$_rangeArray
array
allowed range for login
Public Methods
Method
Description
validate
(
string
$login
= null ) :
integer
validate the login
Method Details
validate()
public
method
validate the login
Since:
2.2.0
public
validate
(
string
$login
= null ) :
integer
$login
string
login name
return
integer
Property Details
$_rangeArray
protected_oe property
allowed range for login
protected
array
$_rangeArray
return
array