We do not provide API guarantees

This commit is contained in:
Tim Nagel 2015-03-12 21:47:19 +11:00
commit a8f41fa5ef
3 changed files with 0 additions and 14 deletions

View file

@ -8,8 +8,6 @@ interface PaginatorAdapterInterface
* Returns the number of results.
*
* @return integer The number of results.
*
* @api
*/
public function getTotalHits();
@ -20,8 +18,6 @@ interface PaginatorAdapterInterface
* @param integer $length The length.
*
* @return PartialResultsInterface
*
* @api
*/
public function getResults($offset, $length);