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