Home
last modified time | relevance | path

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

/plugin/confmanager/action/
H A Ddeleteicon.php70 $config = $this->helper->getConfigById($configId);
H A Dupload.php69 $config = $this->helper->getConfigById($configId);
/plugin/confmanager/adminActions/
H A DConfigManagerAdminShowConfig.php32 $this->config = $this->helper->getConfigById($this->configId);
/plugin/confmanager/
H A Dhelper.php31 public function getConfigById($id) { function in helper_plugin_confmanager