You are here

public function Value::getValue in Plug 7

Return value

mixed

File

lib/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;
}