Home
last modified time | relevance | path

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

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