protected property PagerDefault::$limit
The number of elements per page to allow.
Tipo: int
Archivo
- drupal-7.x/
includes/ pager.inc, line 29 - Functions to aid in presenting database results as a set of pages.
Class
- PagerDefault
- Query extender for pager queries.
Código
protected $limit = 10;