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

__construct() public method

public __construct ( $result, $parameter, &$list )
    public function __construct($result, $parameter, &$list)
    {
        $this->_resultObject = $result;
        $this->_parameterObject = $parameter;
        $this->_list =& $list;
    }