Table of Contents
Constants
-
ADD_SENDING_TYPE
= 'sendAboutAdd'
-
NOTIFY_EVENT
= 'changeAssignedBy'
-
SENDING_TYPES
= [self::ADD_SENDING_TYPE, self::UPDATE_SENDING_TYPE]
-
UPDATE_SENDING_TYPE
= 'sendAboutUpdate'
Methods
-
__construct()
: mixed
-
send()
: void
-
setDifference()
: static
-
setSendingType()
: static
ADD_SENDING_TYPE
public
mixed
ADD_SENDING_TYPE
= 'sendAboutAdd'
NOTIFY_EVENT
public
mixed
NOTIFY_EVENT
= 'changeAssignedBy'
SENDING_TYPES
public
mixed
SENDING_TYPES
= [self::ADD_SENDING_TYPE, self::UPDATE_SENDING_TYPE]
UPDATE_SENDING_TYPE
public
mixed
UPDATE_SENDING_TYPE
= 'sendAboutUpdate'
__construct()
public
__construct(int $entityTypeId, Difference|null $difference, string|null $sendingType) : mixed
Parameters
-
$entityTypeId
: int
-
-
$difference
: Difference|null
-
-
$sendingType
: string|null
-
send()
public
final send() : void
setDifference()
public
setDifference(Difference $difference) : static
Parameters
-
$difference
: Difference
-
setSendingType()
public
setSendingType(string $sendingType) : static
Parameters
-
$sendingType
: string
-