Lines Matching refs:getConf

116             if (!$this->getConf('bingAPIKey')) {
120 if ($this->getConf('optionStaticMapGenerator') == 'remote') {
130 if (! $this->getConf ( 'mapquestAPIKey' )) {
134 if ($this->getConf ( 'optionStaticMapGenerator' ) == 'remote') {
146 if ($this->getConf('optionStaticMapGenerator') == 'remote') {
184 if ($this->getConf('displayformat') === 'DMS') {
237 $autozoom = empty($gmap ['autozoom']) ? $this->getConf('autoZoomMap') : $gmap ['autozoom'];
238 $js = "{mapOpts: {" . $param . ", displayformat: '" . $this->getConf('displayformat')
260 $defval = $this->getConf('default_' . $key);
338 $sUrl = $this->getConf('iconUrlOverload');
364 //if (!$this->getConf( 'autoZoomMap')) { // no need for center & zoom params }
383 if ($this->getConf('googleAPIkey')) {
384 $imgUrl .= "&key=" . $this->getConf('googleAPIkey');
397 $sUrl = $this->getConf ( 'iconUrlOverload' );
447 $imgUrl .= "&key=".$this->getConf ( 'mapquestAPIKey' );
466 if ($this->getConf('optionStaticMapGenerator') === 'local') {
497 $apikey = '?apikey=' . $this->getConf('tfApiKey');
501 $apikey = '?apikey=' . $this->getConf('tfApiKey');
505 $apikey = '?apikey=' . $this->getConf('tfApiKey');
509 $apikey = '?apikey=' . $this->getConf('tfApiKey');
600 if ($this->getConf('autoZoomMap')) {
615 $imgUrl .= "&key=" . $this->getConf('bingAPIKey');
748 $stadiaEnable = $this->getConf('enableStadia');
749 $osmEnable = $this->getConf('enableOSM');
750 $enableBing = $this->getConf('enableBing');
764 $scriptSrc .= 'const bApiKey="' . $this->getConf('bingAPIKey') . '";';
765 $scriptSrc .= 'const tfApiKey="' . $this->getConf('tfApiKey') . '";';
766 $scriptSrc .= 'const gApiKey="' . $this->getConf('googleAPIkey') . '";';
773 if ($this->getConf('enableA11y')) {
778 if ($this->getConf('enableA11y')) {
825 if (($this->getConf('enableA11y')) && (!empty($_firstimage))) {