PHP Class Repo2\QueryReactor\Driver\Mysqli\MysqliResult

Inheritance: implements Repo2\QueryReactor\Result
Show file Open project: repo2/query-reactor

Public Methods

Method Description
__construct ( mysqli_result $result )
__destruct ( )
getRowsCount ( )
traverse ( )

Method Details

__construct() public method

public __construct ( mysqli_result $result )
$result mysqli_result

__destruct() public method

public __destruct ( )

getRowsCount() public method

public getRowsCount ( )

traverse() public method

public traverse ( )