PhpBench\Expression\Constraint\Comparison::getComparator PHP Method

getComparator() public method

Return the comparator.
public getComparator ( ) : string
return string
    public function getComparator()
    {
        return $this->comparator;
    }

Usage Example

Ejemplo n.º 1
0
 private function getComparatorSql(Comparison $comparison)
 {
     return $this->comparatorMap[$comparison->getComparator()];
 }