Interface \Prado\Web\UI\IValidator
IValidator interface
Namespace: \Prado\Web\UIIf a control wants to validate user input, it must implement this interface.
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
public
|
|
public
|
|
public
|
|
public
|
|
public
|
validate() : bool
Validates certain data.
The implementation of this function should validate certain data (e.g. data entered into TTextBox control). |
|