Storm\Drivers\Base\Relational\Queries\Binding::__construct PHP Method

__construct() public method

public __construct ( $Value, $ParameterType )
    public function __construct($Value, $ParameterType)
    {
        $this->Value = $Value;
        $this->ParameterType = $ParameterType;
    }