ProfileConstraintRegistry
in package
FinalYes
Maps each conformance profile to its set of applicable constraints.
Table of Contents
Methods
- getConstraints() : array<int, ConformanceConstraint>
- Get the constraints applicable to the given profile.
Methods
getConstraints()
Get the constraints applicable to the given profile.
public
getConstraints(ConformanceProfile $profile) : array<int, ConformanceConstraint>
Parameters
- $profile : ConformanceProfile