public function Value::getValue in Plug 7
Return value
mixed
File
- lib/
doctrine/ collections/ lib/ Doctrine/ Common/ Collections/ Expr/ Value.php, line 40
Class
Namespace
Doctrine\Common\Collections\ExprCode
public function getValue() {
return $this->value;
}