Pinq\Expressions\StaticValueEvaluator::__construct PHP Метод

__construct() публичный Метод

public __construct ( $value, Pinq\Expressions\IEvaluationContext $context = null )
$context Pinq\Expressions\IEvaluationContext
    public function __construct($value, IEvaluationContext $context = null)
    {
        parent::__construct($context);
        $this->value = $value;
    }