return self::
$transOpInt[$this->operator
];
} /**
* @param ConstraintInterface $provider
*
* @return bool
*/
public function matches(ConstraintInterface
$provider) { if ($provider instanceof self
) { return $this->
matchSpecific($provider);
} // turn matching around to find a match
return $provider->
matches($this);
} /**
* {@inheritDoc}
*/
public function setPrettyString($prettyString) {