45 private $configs = array();
54 $this->language = $language;
66 if (!isset($this->configs[$offset])) {
67 $this->loadConfig($offset);
69 return isset($this->configs[$offset]);
81 if (!isset($this->configs[$offset])) {
82 $this->loadConfig($offset);
84 return $this->configs[$offset];
97 if (!isset($this->configs[$offset])) {
98 $this->loadConfig($offset);
100 $this->configs[$offset] = $value;
112 if (!isset($this->configs[$offset])) {
113 $this->loadConfig($offset);
115 unset($this->configs[$offset]);
125 private function loadConfig($pluginname)
130 if ($this->language) {
__construct($language=false)
offsetSet($offset, $value)
XH_createLanguageFile($dst)
XH_readConfiguration($plugin=false, $language=false)