Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Xtreamwayz
HTMLFormValidator
ValidationResult
PHP Class Xtreamwayz\HTMLFormValidator\ValidationResult
Mostrar archivo
Open project: xtreamwayz/html-form-validator
Class Usage Examples
Public Methods
Method
Description
__construct
(
array
$rawValues
,
array
$values
,
array
$messages
,
$method
= null,
$submitName
= null )
getMessages
( )
getRawValues
( )
getValues
( )
isClicked
(
$name
= null )
isValid
( )
Method Details
__construct()
public
method
public
__construct
(
array
$rawValues
,
array
$values
,
array
$messages
,
$method
= null,
$submitName
= null )
$rawValues
array
$values
array
$messages
array
getMessages()
public
method
public
getMessages
( )
getRawValues()
public
method
public
getRawValues
( )
getValues()
public
method
public
getValues
( )
isClicked()
public
method
public
isClicked
(
$name
= null )
isValid()
public
method
public
isValid
( )