KoolRegularExpressionValidator Class [PHP]

Summary

Properties Description
id Get the id of KoolRegularExpressionValidator.
Methods Description
show_message Show or hide the validation message.
validate Get whether the targeted input is valid.

Properties Detail

idTop

string id

Get the id of KoolRegularExpressionValidator.

Show/Hide Code

Supported from version: 1.0.0.0

Methods Detail

show_messageTop

void show_message(bool _show)

Show or hide the validation message.

Show/Hide Code

Supported from version: 1.0.0.0

validateTop

bool validate()

Get whether the targeted input is valid.

Show/Hide Code

Supported from version: 1.0.0.0