Documentation

ValidatorInterface

Validator interface

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2021 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

http://www.popphp.org/license New BSD License

version
3.2.0

Table of Contents

evaluate()  : bool
Evaluate
getInput()  : mixed
Get the validator input
getMessage()  : bool
Get the validator default message
getValue()  : mixed
Get the validator value
setInput()  : AbstractValidator
Set the validator input
setMessage()  : AbstractValidator
Set the validator default message
setValue()  : AbstractValidator
Set the validator value

Methods

evaluate()

Evaluate

public evaluate([mixed $input = null ]) : bool
Parameters
$input : mixed = null
Return values
bool

getInput()

Get the validator input

public getInput() : mixed
Return values
mixed

getMessage()

Get the validator default message

public getMessage() : bool
Return values
bool

getValue()

Get the validator value

public getValue() : mixed
Return values
mixed

Search results