Pheasant\Database\Mysqli\ResultSet::__construct PHP Méthode

__construct() public méthode

Constructor
public __construct ( $link, $result = false )
$link MySQLi
$result MySQLi_Result
    public function __construct($link, $result = false)
    {
        $this->_link = $link;
        $this->_result = $result;
        $this->_affected = $link->affected_rows;
    }