Pheasant\Database\Mysqli\ResultIterator::__construct PHP Method

__construct() public method

Constructor
public __construct ( MySQLi_Result $result )
$result MySQLi_Result
    public function __construct($result)
    {
        $this->_result = $result;
    }