PullManager
extends Base
Table of Contents
Constants
-
EVENT_CONNECT
= 'SETCONNECTEDSITE'
-
EVENT_LANDING_PUBLIC
= 'LANDINGPUBLICATION'
-
EVENT_LANDING_UNPUBLIC
= 'LANDINGUNPUBLICATION'
-
EVENT_ORDER_ADD
= 'ORDERSAVED'
Methods
-
getInstance()
: static
-
isEnabled()
: bool
-
sendConnectEvent()
: bool
-
sendLandingPublicationEvent()
: bool
-
sendLandingUnPublicationEvent()
: bool
-
sendOrderAddEvent()
: bool
-
subscribeOnConnect()
: bool|string
-
subscribeOnLandingPublication()
: bool|string
-
subscribeOnLandingUnPublication()
: bool|string
-
subscribeOnOrderAdd()
: bool|string
EVENT_CONNECT
public
mixed
EVENT_CONNECT
= 'SETCONNECTEDSITE'
EVENT_LANDING_PUBLIC
public
mixed
EVENT_LANDING_PUBLIC
= 'LANDINGPUBLICATION'
EVENT_LANDING_UNPUBLIC
public
mixed
EVENT_LANDING_UNPUBLIC
= 'LANDINGUNPUBLICATION'
EVENT_ORDER_ADD
public
mixed
EVENT_ORDER_ADD
= 'ORDERSAVED'
getInstance()
public
static getInstance() : static
isEnabled()
public
isEnabled() : bool
sendConnectEvent()
public
sendConnectEvent() : bool
sendLandingPublicationEvent()
public
sendLandingPublicationEvent(mixed $landingId) : bool
Parameters
-
$landingId
: mixed
-
sendLandingUnPublicationEvent()
public
sendLandingUnPublicationEvent(mixed $landingId) : bool
Parameters
-
$landingId
: mixed
-
sendOrderAddEvent()
public
sendOrderAddEvent(int $orderId, int $sessionId) : bool
Parameters
-
$orderId
: int
-
-
$sessionId
: int
-
subscribeOnConnect()
public
subscribeOnConnect() : bool|string
Return values
bool|string
subscribeOnLandingPublication()
public
subscribeOnLandingPublication() : bool|string
Return values
bool|string
subscribeOnLandingUnPublication()
public
subscribeOnLandingUnPublication() : bool|string
Return values
bool|string
subscribeOnOrderAdd()
public
subscribeOnOrderAdd() : bool|string
Return values
bool|string