Documentation

NbfValidator extends Validator
in package

Table of Contents

validate()  : bool
Validates the field specified by validates().
validates()  : string
Must return the validated field name;

Methods

validate()

Validates the field specified by validates().

public validate(mixed $value) : bool
Parameters
$value : mixed
Tags
inheritDoc
Return values
bool

validates()

Must return the validated field name;

public validates() : string
Tags
inheritDoc
Return values
string

Search results