Documentation

Script extends ResourceModel

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>

Constants

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'

Properties

$api_client_id

public string $api_client_id

$auto_uninstall

public bool $auto_uninstall
public string $consent_category

$date_created

public string $date_created

$date_modified

public string $date_modified

$description

public string $description

$load_method

public string $load_method

$location

public string $location

$visibility

public string $visibility

Methods

__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>

Search results