Beispiel #1
0
 /**
  * Enter description here...
  *
  * @return int
  */
 public function getTotal()
 {
     $arr = $this->_list->collectAggregate();
     return $arr['total'];
 }