You are here

public function Comparison::getValue in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php \Doctrine\Common\Collections\Expr\Comparison::getValue()

Return value

Value

File

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

Class

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

Namespace

Doctrine\Common\Collections\Expr

Code

public function getValue() {
  return $this->value;
}