ConstraintGroup
in package
Defines a constraint group. A constraint group is comprised of a list of match constraints. For the constraint group to be valid only one of the match constraints needs to match.
Tags
Table of Contents
Properties
- $matchConstraints : mixed
Methods
- __construct() : mixed
- isValid() : mixed
Properties
$matchConstraints
private
mixed
$matchConstraints
Methods
__construct()
public
__construct(mixed $matchConstraints) : mixed
Parameters
- $matchConstraints : mixed
isValid()
public
isValid(mixed $referenceTokenPosition, mixed $allCandidates) : mixed
Parameters
- $referenceTokenPosition : mixed
- $allCandidates : mixed