Documentation

GroupContactSaveTrait

Tags
inheritDoc

Table of Contents

Properties

$method  : string
String to indicate who added/removed the group.
$tracking  : string
IP address or other tracking info about who performed this group subscription.

Methods

getMethod()  : string
getSubscriptionHistoryMethods()  : array<string|int, mixed>
getTracking()  : string
setMethod()  : $this
setTracking()  : $this
write()  : mixed

Properties

$method

String to indicate who added/removed the group.

protected string $method = 'API'
Tags
optionsCallback

getSubscriptionHistoryMethods

$tracking

IP address or other tracking info about who performed this group subscription.

protected string $tracking = ''

Methods

getSubscriptionHistoryMethods()

public static getSubscriptionHistoryMethods() : array<string|int, mixed>
Return values
array<string|int, mixed>

setMethod()

public setMethod([string $method = ]) : $this

Indicate who added/removed the group.

Parameters
$method : string =
Return values
$this

setTracking()

public setTracking([string $tracking = ]) : $this

Specify ip address or other tracking info.

Parameters
$tracking : string =
Return values
$this

write()

protected write(array<string|int, mixed> $items) : mixed
Parameters
$items : array<string|int, mixed>
Tags
inheritDoc

        
On this page

Search results