You are here

public function Value::getValue in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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

Value

Namespace

Doctrine\Common\Collections\Expr

Code

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