MapWidgetCommandConfiguration
Table of Contents
-
$height
: string
-
$isPreview
: bool
-
$languageId
: int
-
$mapConfiguration
: array<string|int, mixed>
-
$widgetId
: string
-
$width
: string
-
__construct()
: mixed
-
height()
: string
-
isPreview()
: bool
-
languageId()
: int
-
mapConfiguration()
: array<string|int, mixed>
-
widgetId()
: string
-
width()
: string
$height
protected
string
$height
$isPreview
protected
bool
$isPreview
$languageId
protected
int
$languageId
$mapConfiguration
protected
array<string|int, mixed>
$mapConfiguration
protected
string
$widgetId
$width
protected
string
$width
__construct()
public
__construct(string $widgetId, array<string|int, mixed> $mapConfiguration, int $languageId, string $width, string $height, bool $isPreview) : mixed
Parameters
-
$widgetId
: string
-
-
$mapConfiguration
: array<string|int, mixed>
-
-
$languageId
: int
-
-
$width
: string
-
-
$height
: string
-
-
$isPreview
: bool
-
Return values
mixed
—
height()
public
height() : string
Return values
string
—
isPreview()
public
isPreview() : bool
Return values
bool
—
languageId()
public
languageId() : int
Return values
int
—
mapConfiguration()
public
mapConfiguration() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
public
widgetId() : string
Return values
string
—
width()
public
width() : string
Return values
string
—