示例#1
0
文件: Totals.php 项目: pcuervo/gadfy
 public function getTotals()
 {
     if (is_null($this->_totals)) {
         return parent::getTotals();
     }
     return $this->_totals;
 }
示例#2
0
 /**
  * Retrives cart totals
  * @return array
  */
 public function getTotals()
 {
     return parent::getTotals();
 }