Table of Contents
-
LOAD_METHOD__ASYNC
= 'async'
-
LOAD_METHOD__DEFAULT
= 'default'
-
LOAD_METHOD__DEFER
= 'defer'
-
VISIBILITY__ALL_PAGES
= 'all_pages'
-
VISIBILITY__CHECKOUT
= 'checkout'
-
VISIBILITY__ORDER_CONFIRMATION
= 'order_confirmation'
-
VISIBILITY__STOREFRONT
= 'storefront'
-
$api_client_id
: string
-
$auto_uninstall
: bool
-
$consent_category
: string
-
$date_created
: string
-
$date_modified
: string
-
$description
: string
-
$enabled
: bool
-
$html
: string
-
$kind
: string
-
$load_method
: string
-
$location
: string
-
$src
: string
-
$uuid
: string
-
$visibility
: string
-
__construct()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
LOAD_METHOD__ASYNC
public
mixed
LOAD_METHOD__ASYNC
= 'async'
LOAD_METHOD__DEFAULT
public
mixed
LOAD_METHOD__DEFAULT
= 'default'
LOAD_METHOD__DEFER
public
mixed
LOAD_METHOD__DEFER
= 'defer'
VISIBILITY__ALL_PAGES
public
mixed
VISIBILITY__ALL_PAGES
= 'all_pages'
VISIBILITY__CHECKOUT
public
mixed
VISIBILITY__CHECKOUT
= 'checkout'
VISIBILITY__ORDER_CONFIRMATION
public
mixed
VISIBILITY__ORDER_CONFIRMATION
= 'order_confirmation'
VISIBILITY__STOREFRONT
public
mixed
VISIBILITY__STOREFRONT
= 'storefront'
$api_client_id
public
string
$api_client_id
$auto_uninstall
public
bool
$auto_uninstall
$consent_category
public
string
$consent_category
$date_created
public
string
$date_created
$date_modified
public
string
$date_modified
$description
public
string
$description
$enabled
public
bool
$enabled
$html
public
string
$html
$kind
public
string
$kind
$load_method
public
string
$load_method
$location
public
string
$location
$src
public
string
$src
$uuid
public
string
$uuid
$visibility
public
string
$visibility
__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>
—