You are here

public function Criteria::getWhereExpression in Plug 7

Gets the expression attached to this Criteria.

Return value

Expression|null

File

lib/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php, line 173

Class

Criteria
Criteria for filtering Selectable collections.

Namespace

Doctrine\Common\Collections

Code

public function getWhereExpression() {
  return $this->expression;
}