Amp\Mysql\ResultSet::__construct PHP Method

__construct() public method

public __construct ( ConnectionState $state, ResultProxy $result )
$state ConnectionState
$result ResultProxy
    public function __construct(ConnectionState $state, ResultProxy $result)
    {
        $this->connInfo = $state;
        $this->result = $result;
    }