示例#1
0
 function getCategoryIds($blActCats = false, $blSkipCache = false)
 {
     if ($this->aCategoryIdsCache) {
         return $this->aCategoryIdsCache;
     } else {
         return parent::GetCategoryIds();
     }
 }