WEB-INF.cftags.interface
cachebox.build-coldbox.coldbox.system.validation.validators.IValidator
******************************************************************************* Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.coldbox.org | www.luismajano.com | www.ortussolutions.com ******************************************************************************* The ColdBox validator interface, all inspired by awesome Hyrule Validation Framework by Dan Vega
| Method Summary | |
|---|---|
string
|
getName()
Get the name of the validator. |
boolean
|
validate(IValidationResult validationResult, any target, string field, [any targetValue], [any validationData])
Will check if an incoming value validates. |
| Methods inherited from class WEB-INF.cftags.interface |
|---|
| None |
| Method Detail |
|---|
Get the name of the validator
Will check if an incoming value validates
validationResult - The result object of the validationtarget - The target object to validate onfield - The field on the target object to validate ontargetValue - The target value to validatevalidationData