public function EntityPager::__construct in Entity Pager 7
The constuctor for EntityPager class.
1 method overrides EntityPager::__construct()
- EntityPagerSetup::__construct in includes/
EntityPagerSetup.inc - Setup Entity Pager with minimum values to work with.
File
- includes/
EntityPager.inc, line 36 - General setup base Class for Entity Pager module.
Class
- EntityPager
- Class EntityPager.
Code
public function __construct() {
$this
->setDefaults();
}