Searched refs:getFromConf (Results 1 – 6 of 6) sorted by relevance
20 $apiKey = $this->getFromConf('apikey');
15 $http->headers['x-api-key'] = $this->getFromConf('apikey');
79 $this->apiurl = $this->getFromConf('apiurl', '');348 public function getFromConf(string $key, $default = null) function in dokuwiki\\plugin\\aichat\\Model\\AbstractModel
18 $this->apikey = $this->getFromConf('apikey');
24 $apiKey = $this->getFromConf('apikey', ''); //auth is optional