You are here

public function Value::__construct 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::__construct()

Parameters

mixed $value:

File

vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php, line 32

Class

Value

Namespace

Doctrine\Common\Collections\Expr

Code

public function __construct($value) {
  $this->value = $value;
}