X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2Fsearch%2FSearchResultSet.php;h=e3eb4c250eebbf2729e0d38fbfb46250806595d1;hb=fdc133ef1a249568f69df6b83d7e154c2103e10e;hp=f25c7283eb77e01e15976c20fbf96865a1e9ba82;hpb=8eb6cf585c5fb3d7dd5f014bac27518959512b98;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/search/SearchResultSet.php b/includes/search/SearchResultSet.php index f25c7283eb..e3eb4c250e 100644 --- a/includes/search/SearchResultSet.php +++ b/includes/search/SearchResultSet.php @@ -173,6 +173,7 @@ class SearchResultSet { * Fetches next search result, or false. * STUB * FIXME: refactor as iterator, so we could use nicer interfaces. + * @deprecated since 1.32; Use self::extractResults() * @return SearchResult|false */ function next() { @@ -181,6 +182,7 @@ class SearchResultSet { /** * Rewind result set back to beginning + * @deprecated since 1.32; Use self::extractResults() */ function rewind() { }