예제 #1
0
 function getBasketSummary()
 {
     if ($this->oBasketSummaryCache) {
         return $this->oBasketSummaryCache;
     } else {
         return parent::getBasketSummary();
     }
 }