File
- drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/Comparison.php, line 60
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;
}