IRangeConstraint
extends
IConstraint
in
Instantiations of implementations correspond to a set of acceptable PHP values.
For example, an object of the class IntModel implementing IConstraint
represent all variables of the int type.
Table of Contents
Methods
- getLowerLimit() : int|null
- getUpperLimit() : int|null
Methods
getLowerLimit()
public
getLowerLimit() : int|null
Return values
int|nullgetUpperLimit()
public
getUpperLimit() : int|null