Home
last modified time | relevance | path

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

/plugin/extranet/
Dhelper.php6 private function getConfiguredString(array $keys, string $fallback = ''): string function in helper_plugin_extranet
99 return $this->getConfiguredString(['request_match_key', 'server_ip_key'], 'REMOTE_ADDR');
104 return $this->getConfiguredString(['extranet_match_list', 'extranet_ip_list']);
109 return $this->getConfiguredString(['extranet_match_regex', 'extranet_ip_regex']);