public function Value::getValue in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php \Doctrine\Common\Collections\Expr\Value::getValue()
Return value
mixed
File
- vendor/
doctrine/ collections/ lib/ Doctrine/ Common/ Collections/ Expr/ Value.php, line 40
Class
Namespace
Doctrine\Common\Collections\ExprCode
public function getValue() {
return $this->value;
}