Constraint
abstract class Constraint implements ConstraintInterface
Base constraint.
Properties
protected array | $parameters | Parameters. |
Methods
setParameters(array $parameters)
Sets the constraint parameters.
mixed
getParameter(int|string $key = 0, mixed $default = null)
Returns the parameter value.
Details
at line 29
setParameters(array $parameters)
Sets the constraint parameters.
at line 41
protected mixed
getParameter(int|string $key = 0, mixed $default = null)
Returns the parameter value.