public function renderContent()
 {
     if ($this->enablePageSizeDropdown) {
         if (!isset($this->summaryText)) {
             $this->summaryText = 'Displaying {start}-{end} of {count} result(s).';
         }
         $this->summaryText .= $this->renderPageSizeDropdown();
     }
     parent::renderContent();
 }