PHP Class Prado\Web\UI\WebControls\TServerValidateEventParameter

TServerValidateEventParameter encapsulates the parameter data for OnServerValidate event of TCustomValidator components.
Since: 3.0
Author: Qiang Xue ([email protected])
Inheritance: extends Prado\TEventParameter
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode Description
__construct ( $value, $isValid ) Constructor.
getIsValid ( ) : boolean
getValue ( ) : string
setIsValid ( $value )

Method Details

__construct() public méthode

Constructor.
public __construct ( $value, $isValid )

getIsValid() public méthode

public getIsValid ( ) : boolean
Résultat boolean whether the value is valid

getValue() public méthode

public getValue ( ) : string
Résultat string value to be validated

setIsValid() public méthode

public setIsValid ( $value )