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
256 return $this->cachedValues['calendarcolor'][$calid];
264 $this->cachedValues['calendarcolor'][$calid] = $color;
463 $this->cachedValues['settings'][$userid] = $settings;
504 if(isset($this->cachedValues['settings'][$userid]))
505 return $this->cachedValues['settings'][$userid];
533 if(isset($this->cachedValues['calid'][$id]))
534 return $this->cachedValues['calid'][$id];
545 $this->cachedValues['calid'] = $calid;
1581 return $this->cachedValues['privateurl'][$calid];
[all …]