AbstractBoundRule
class AbstractBoundRule extends AbstractMinMaxRule (View source)
Gathers [min|max][In|Ex]clusive rules.
Constants
SYMBOL_MAX_INCLUSIVE |
|
SYMBOL_MAX_EXCLUSIVE |
|
SYMBOL_MIN_INCLUSIVE |
|
SYMBOL_MIN_EXCLUSIVE |
|
SYMBOL_STRICT |
|
Methods
testConditions(string $parameterName, $value, bool $itemType = false)
No description
exceptionMessageOnTestFailure(string $parameterName, $value, bool $itemType = false)
No description
Details
in AbstractMinMaxRule at line 20
abstract
symbol()
Must return the comparison symbol.