public function Comparison::getValue in Plug 7
Return value
File
- lib/
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\ExprCode
public function getValue() {
return $this->value;
}