Exemple #1
0
 protected function getCacheDependences()
 {
     $cd = array(self::getStrForVariable($this->arParams['PRESELECT_TREE_TRUNK']));
     $pCd = parent::getCacheDependences();
     if (is_array($pCd)) {
         return array_merge($pCd, $cd);
     }
     return $cd;
 }
Exemple #2
0
	protected function getCacheDependences()
	{
		return array_merge(parent::getCacheDependences(), array(self::getStrForVariable($this->useGroups)));
	}
Exemple #3
0
 protected function getCacheDependences()
 {
     return parent::getCacheDependences() . self::getStrForVariable($this->arParams['PRESELECT_TREE_TRUNK']);
 }