Home
last modified time | relevance | path

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

/plugin/combo/admin/
H A Dpagerules.php228 …"upsert" name="Create a page rule" class="button" value="' . $this->getLangOrDefault('AddNewRule',…
243 echo(' <th>' . $this->getLangOrDefault('Priority', 'Priority') . '</th>');
244 echo(' <th>' . $this->getLangOrDefault('Matcher', 'Matcher') . '</th>');
245 echo(' <th>' . $this->getLangOrDefault('Target', 'Target') . '</th>');
246 echo(' <th>' . $this->getLangOrDefault('NDate', 'Date') . '</th>');
306 private function getLangOrDefault($id, $default) function in admin_plugin_combo_pagerules
/plugin/combo/ComboStrap/
H A DLocale.php50 $lang = $page->getLangOrDefault();
H A DMarkupPath.php808 public function getLangOrDefault(): string function in ComboStrap\\MarkupPath
/plugin/combo/action/
H A Dlang.php105 $pageLang = $page->getLangOrDefault();