Add IndexPager::getResult so that other code (API) can access the result.

This commit is contained in:
Bryan Tong Minh 2008-10-29 18:15:39 +00:00
parent 9d438653a5
commit 666ab2c774

View file

@ -154,6 +154,13 @@ abstract class IndexPager implements Pager {
wfProfileOut( $fname );
}
/**
* Return the result wrapper.
*/
function getResult() {
return $this->mResult;
}
/**
* Extract some useful data from the result object for use by