You are here

public function Comparison::getField in Plug 7

Return value

string

File

lib/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php, line 75

Class

Comparison
Comparison of a field with a value by the given operator.

Namespace

Doctrine\Common\Collections\Expr

Code

public function getField() {
  return $this->field;
}