IEnumConstraint
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
- getValues() : array<int, string>
Methods
getValues()
public
getValues() : array<int, string>
Return values
array<int, string> —$allowedValues List of permitted string values.