Documentation

IRangeConstraint extends IConstraint

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|null

getUpperLimit()

public getUpperLimit() : int|null
Return values
int|null
On this page

Search results