Documentation

Ipv4 extends AbstractValidator
in package

IPv4 validator class

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

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

license

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

version
4.0.0

Table of Contents

Properties

$input  : mixed
Input value to test
$message  : string|null
Validator message
$value  : mixed
Validator value to test against

Methods

__construct()  : mixed
Constructor
evaluate()  : bool
Method to evaluate the validator
getInput()  : mixed
GEt the validator input
getMessage()  : string|null
Get the validator default message
getValue()  : mixed
Get the validator value
setInput()  : AbstractValidator
Set the validator input
setMessage()  : AbstractValidator
Set the validator condition
setValue()  : AbstractValidator
Set the validator value

Properties

Methods

__construct()

Constructor

public __construct([mixed $value = null ][, string|null $message = null ]) : mixed

Instantiate the validator object

Parameters
$value : mixed = null
$message : string|null = null

evaluate()

Method to evaluate the validator

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

getMessage()

Get the validator default message

public getMessage() : string|null
Return values
string|null

        
On this page

Search results