IValidate

Extends

Provide an interface for data validation classes.

package

Default

Methods

Validate the given value if it's correct.

validate(mixed $value) : boolean
static

Arguments

$value

mixed

The given value

Response

boolean