public function Value::__construct 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::__construct()
Parameters
mixed $value:
File
- vendor/
doctrine/ collections/ lib/ Doctrine/ Common/ Collections/ Expr/ Value.php, line 32
Class
Namespace
Doctrine\Common\Collections\ExprCode
public function __construct($value) {
$this->value = $value;
}