示例#1
0
 public function __construct()
 {
     parent::__construct();
     if ($pageId = $this->getPageId()) {
         $this->cacheConfig = $this->cacheDir . '/page-' . $pageId . '.config';
     }
 }
示例#2
0
 public function __construct()
 {
     parent::__construct();
     if ($categoryId = $this->getCategoryId()) {
         $this->cacheConfig = $this->cacheDir . '/category-' . $categoryId . '.config';
     }
 }