コード例 #1
0
ファイル: class.php プロジェクト: Satariall/izurit
 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;
 }
コード例 #2
0
ファイル: class.php プロジェクト: ASDAFF/1C_Bitrix_info_site
	protected function getCacheDependences()
	{
		return array_merge(parent::getCacheDependences(), array(self::getStrForVariable($this->useGroups)));
	}
コード例 #3
0
ファイル: class.php プロジェクト: mrdeadmouse/u136006
 protected function getCacheDependences()
 {
     return parent::getCacheDependences() . self::getStrForVariable($this->arParams['PRESELECT_TREE_TRUNK']);
 }