Prado\Data\SqlMap\Statements\TResultSetMapItemParameter::__construct PHP Method

__construct() public method

public __construct ( $key, $value, $parameter, &$map )
    public function __construct($key, $value, $parameter, &$map)
    {
        $this->_key = $key;
        $this->_value = $value;
        $this->_parameterObject = $parameter;
        $this->_map =& $map;
    }