You are here

public function RestfulBase::getRange in RESTful 7

Get the pager range.

Return value

int The range.

2 calls to RestfulBase::getRange()
RestfulBase::overrideRange in plugins/restful/RestfulBase.php
Overrides the range parameter with the URL value if any.
RestfulBase::parseRequestForListPagination in plugins/restful/RestfulBase.php
Parses the request object to get the pagination options.

File

plugins/restful/RestfulBase.php, line 165
Contains RestfulBase.

Class

RestfulBase
Class \RestfulBase

Code

public function getRange() {
  return $this->range;
}