You are here

public function Value::__construct in Plug 7

Parameters

mixed $value:

File

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