Home
last modified time | relevance | path

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

/plugin/settingstree/settings/
H A Dsettingshierarchy.class.php32 return $this->_getLang($key);
34 function _getLang($key,$config_plugin = false){ function in settingshierarchy
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…
/plugin/editions/
H A Daction.php38 echo '<div '.$this->_getLang().' class="editions_edition">';
157 function _getLang() { function in action_plugin_editions