예제 #1
0
파일: Totals.php 프로젝트: pcuervo/gadfy
 public function getTotals()
 {
     if (is_null($this->_totals)) {
         return parent::getTotals();
     }
     return $this->_totals;
 }
예제 #2
0
파일: Totals.php 프로젝트: buttasg/cowgirlk
 /**
  * Retrives cart totals
  * @return array
  */
 public function getTotals()
 {
     return parent::getTotals();
 }