Home
last modified time | relevance | path

Searched refs:cachedValues (Results 1 – 1 of 1) sorted by relevance

/plugin/davcal/
H A Dhelper.php14 protected $cachedValues = array(); variable in helper_plugin_davcal
257 if(isset($this->cachedValues['calendarcolor'][$calid]))
258 return $this->cachedValues['calendarcolor'][$calid];
266 $this->cachedValues['calendarcolor'][$calid] = $color;
309 $this->cachedValues['calendarcolor'][$calid] = $color;
465 $this->cachedValues['settings'][$userid] = $settings;
505 if(isset($this->cachedValues['settings'][$userid]))
506 return $this->cachedValues['settings'][$userid];
513 $this->cachedValues['settings'][$userid] = $settings;
533 if(isset($this->cachedValues['calid'][$id]))
[all …]