Storm\Drivers\Base\Relational\Queries\Binding::__construct PHP 메소드

__construct() 공개 메소드

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