You are here

public function RestWSQueryResourceControllerInterface::limit in RESTful Web Services 7.2

Returns the limit for the current query.

Parameters

int $client_limit: The limit specified in the meta controls or NULL if not set.

Return value

int The limit of the current limit.

1 method overrides RestWSQueryResourceControllerInterface::limit()
RestWSEntityResourceController::limit in ./restws.entity.inc
Implements RestWSQueryResourceControllerInterface::limit().

File

./restws.entity.inc, line 131
RESTful web services module integration for entities.

Class

RestWSQueryResourceControllerInterface
Specifies query methods for resources.

Code

public function limit($client_limit = NULL);