Skip to content

Commit

Permalink
We do not provide API guarantees
Browse files Browse the repository at this point in the history
  • Loading branch information
merk committed Mar 12, 2015
1 parent e796d61 commit a8f41fa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions Paginator/FantaPaginatorAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ public function __construct(PaginatorAdapterInterface $adapter)
* Returns the number of results.
*
* @return integer The number of results.
*
* @api
*/
public function getNbResults()
{
Expand All @@ -32,8 +30,6 @@ public function getNbResults()
* Returns Facets.
*
* @return mixed
*
* @api
*/
public function getFacets()
{
Expand All @@ -47,8 +43,6 @@ public function getFacets()
* @param integer $length The length.
*
* @return array|\Traversable The slice.
*
* @api
*/
public function getSlice($offset, $length)
{
Expand Down
4 changes: 0 additions & 4 deletions Paginator/PaginatorAdapterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ interface PaginatorAdapterInterface
* Returns the number of results.
*
* @return integer The number of results.
*
* @api
*/
public function getTotalHits();

Expand All @@ -20,8 +18,6 @@ public function getTotalHits();
* @param integer $length The length.
*
* @return PartialResultsInterface
*
* @api
*/
public function getResults($offset, $length);

Expand Down
4 changes: 0 additions & 4 deletions Paginator/PartialResultsInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,13 @@ interface PartialResultsInterface
* Returns the paginated results.
*
* @return array
*
* @api
*/
public function toArray();

/**
* Returns the number of results.
*
* @return integer The number of results.
*
* @api
*/
public function getTotalHits();

Expand Down

0 comments on commit a8f41fa

Please sign in to comment.