public function Comparison::getOperator in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php \Doctrine\Common\Collections\Expr\Comparison::getOperator()
Return value
string
File
- vendor/
doctrine/ collections/ lib/ Doctrine/ Common/ Collections/ Expr/ Comparison.php, line 91
Class
- Comparison
- Comparison of a field with a value by the given operator.
Namespace
Doctrine\Common\Collections\ExprCode
public function getOperator() {
return $this->op;
}