public function page($page, $listRows = NULL) { if (!$page) { return $this; } return parent::page($page, $listRows); }