Table of Contents
-
STATUS_ACTIVE
= 'active'
-
STATUS_INACTIVE
= 'inactive'
-
$entity_id
: string
-
$region
: string
-
$sort_order
: int
-
$status
: string
-
$template_file
: string
-
$widget
: Widget|null
-
$widget_uuid
: string|null
-
__construct()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
STATUS_ACTIVE
public
mixed
STATUS_ACTIVE
= 'active'
STATUS_INACTIVE
public
mixed
STATUS_INACTIVE
= 'inactive'
$entity_id
public
string
$entity_id
$region
public
string
$region
$sort_order
public
int
$sort_order
$status
public
string
$status
$template_file
public
string
$template_file
public
Widget|null
$widget
public
string|null
$widget_uuid
__construct()
public
__construct([stdClass|null $optionObject = null ]) : mixed
Parameters
-
$optionObject
: stdClass|null
= null
-
Return values
mixed
—
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>
—