MasterPushHandler
extends HandlerBase
Table of Contents
Constants
-
EVENT_TYPE
= 'event'
-
MASTER_STAGE
= [0 => 'connection_created', 1 => 'sections_sync_finished', 2 => 'import_finished', 3 => 'export_finished']
-
SECTION_TYPE
= 'section'
Methods
-
__construct()
: mixed
-
__invoke()
: mixed
EVENT_TYPE
public
string
EVENT_TYPE
= 'event'
MASTER_STAGE
public
mixed
MASTER_STAGE
= [0 => 'connection_created', 1 => 'sections_sync_finished', 2 => 'import_finished', 3 => 'export_finished']
SECTION_TYPE
public
string
SECTION_TYPE
= 'section'
__construct()
public
__construct(Role $owner, string $vendorName, string $accountName) : mixed
Parameters
-
$owner
: Role
-
-
$vendorName
: string
-
-
$accountName
: string
-
__invoke()
public
__invoke(string $stage) : mixed
Parameters
-
$stage
: string
-