Searched refs:config_plugin (Results 1 – 1 of 1) sorted by relevance
34 function _getLang($key,$config_plugin = false){ argument35 $lang = $this->_getLangInited($config_plugin);41 …if (!$config_plugin && ($ret = $this->_getLang($key,true)) === null){ // check if it a key for con…65 …if (($ret = $this->_getLang($match[1],$config_plugin)) === "{msgid:{$key}}"); // try to get the 'k…73 private function _getLangInited($config_plugin = false){ argument74 if($config_plugin){83 $type = $config_plugin ? 'lang' : 'settings';84 $pluginname = ($config_plugin ? 'config' : $this->_pluginname);