public function Value::getValue

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/Value.php, line 31

Class

Value

Namespace

Doctrine\Common\Collections\Expr

Code

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