MapWidgetOutputCommand
in package
Table of Contents
- $configuration : MapWidgetCommandConfiguration
- $configurationAdapter : GmConfigurationAdapter
- $consentPurposeReaderService : CookieConsentPurposeReaderServiceInterface
- $cookieConsentPurposeId : int
- $googleApiKey : string
- $textManagerAdapter : TextManagerAdapterInterface
- __construct() : mixed
- execute() : string
- getCookieConsentPurposeId() : int
- googleApiKey() : string
- showActivateCookiePurposeWarning() : bool
- showCookieConsentMessage() : bool
Properties
$configuration
protected
MapWidgetCommandConfiguration
$configuration
$configurationAdapter
protected
GmConfigurationAdapter
$configurationAdapter
$consentPurposeReaderService
protected
CookieConsentPurposeReaderServiceInterface
$consentPurposeReaderService
$cookieConsentPurposeId
protected
int
$cookieConsentPurposeId
$googleApiKey
protected
string
$googleApiKey
$textManagerAdapter
protected
TextManagerAdapterInterface
$textManagerAdapter
Methods
__construct()
public
__construct(MapWidgetCommandConfiguration $configuration, CookieConsentPurposeReaderServiceInterface $consentPurposeReaderService, TextManagerAdapterInterface $textManagerAdapter, GmConfigurationAdapter $configurationAdapter) : mixed
Parameters
- $configuration : MapWidgetCommandConfiguration
- $consentPurposeReaderService : CookieConsentPurposeReaderServiceInterface
- $textManagerAdapter : TextManagerAdapterInterface
- $configurationAdapter : GmConfigurationAdapter
Return values
mixed —execute()
public
execute() : string
Return values
string —getCookieConsentPurposeId()
public
getCookieConsentPurposeId() : int
Return values
int —googleApiKey()
protected
googleApiKey() : string
Return values
string —showActivateCookiePurposeWarning()
protected
showActivateCookiePurposeWarning() : bool
Return values
bool —showCookieConsentMessage()
protected
showCookieConsentMessage() : bool