\Ingo_Script_Sieve_Test

The Ingo_Script_Sieve_Test class represents a Sieve Test.

A test is a piece of code that evaluates to true or false.

Summary

Methods
Properties
Constants
requires()
check()
No public properties found
No constants found
No protected methods found
$_vars
N/A
No private methods found
No private properties found
N/A

Properties

$_vars

$_vars : array

Any necessary test parameters.

Type

array

Methods

requires()

requires() : array

Returns a list of sieve extensions required for this rule and any sub-rules.

Returns

array —

A Sieve extension list.

check()

check() : boolean|string

Checks if the rule parameters are valid.

Returns

boolean|string —

True if this rule is valid, an error message otherwise.