Searched +full:save +(+path:plugin +path:confmanager) -(+path:plugin +path:confmanager +path:lang) (Results 1 – 6 of 6) sorted by relevance
36 public function save() { function in ConfigManagerSingleLineCoreConfig 53 $save = [];63 $save[] = $line;66 return $save;70 * Save config
29 public function save() { function in ConfigManagerTwoLineCascadeConfig 35 msg($this->helper->getLang('invalid save arguments'), -1);62 $save = [];76 $save[$key] = $value;79 return $save;
61 * They will be embedded in a form to save changes.81 function save() { function in ConfigManagerTwoLine 89 msg($this->helper->getLang('invalid save arguments'), -1);
37 * They will be embedded in a form to save changes.51 function save(); function
2 <input type="submit" value="<?php echo hsc($this->getLang('save')) ?>" class="button saveButton" >
46 $this->config->save();