Documentation

Subscriber extends ResourceModel
in package

Tags

Table of Contents

SOURCE_CUSTOM  = 'custom'
SOURCE_ORDER  = 'order'
SOURCE_STOREFRONT  = 'storefront'
$channel_id  : int
$date_created  : string
$date_modified  : string
$email  : string
$first_name  : string
$id  : int
$last_name  : string
$order_id  : int
$source  : string
__construct()  : mixed
jsonSerialize()  : array<string|int, mixed>

Constants

SOURCE_CUSTOM

public mixed SOURCE_CUSTOM = 'custom'
Tags

SOURCE_ORDER

public mixed SOURCE_ORDER = 'order'
Tags

SOURCE_STOREFRONT

public mixed SOURCE_STOREFRONT = 'storefront'
Tags

Properties

$date_modified

public string $date_modified
Tags

Methods

__construct()

public __construct([stdClass|null $optionObject = null ]) : mixed
Parameters
$optionObject : stdClass|null = null
Tags
Return values
mixed

jsonSerialize()

public jsonSerialize() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>

        

Search results