예제 #1
0
 /**
  * Determine whether to show the amounts
  *
  * @return bool
  */
 public function getShowAmounts()
 {
     return !$this->isSimplePager() && parent::getShowAmounts();
 }