You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. php:method:: public checkContext(string $eventType)
818
+
.. php:method:: public checkContext(string $eventType)
819
819
820
-
Checks if the given Event type matches the Event executed or evaluated. This is useful if listeners for different Campaign Events are listening to the same name defined as ``eventName`` in the Event's definition.
820
+
Checks if the given Event type matches the Event executed or evaluated. This is useful if listeners for different Campaign Events are listening to the same name defined as ``eventName`` in the Event's definition.
821
821
822
-
:return: ``TRUE`` if the context matches.
823
-
:returntype: bool
822
+
:return: ``TRUE`` if the context matches.
823
+
:returntype: bool
824
824
825
-
.. php:method:: public getEventConfig()
825
+
.. php:method:: public getEventConfig()
826
826
827
-
Use the returned ``AbstractEventAccessor`` object to access properties configured for this Event.
827
+
Use the returned ``AbstractEventAccessor`` object to access properties configured for this Event.
828
828
829
-
:return: Object to fetch the configuration options for the Campaign Event.
Access context data set by ``RealTimeExecutioner::execute()``.
839
+
Access context data set by ``RealTimeExecutioner::execute()``.
840
840
841
-
:return: Returns whatever was set as the second argument to ``RealTimeExecutioner::execute()``.
842
-
:returntype: mixed
841
+
:return: Returns whatever was set as the second argument to ``RealTimeExecutioner::execute()``.
842
+
:returntype: mixed
843
843
844
-
.. php:method:: public setAsApplicable()
844
+
.. php:method:: public setAsApplicable()
845
845
846
-
Call this if the Decision is applicable to the action taken by the Contact which instructs the Campaign Engine to execute or schedule Events connected into this Decision's "action" (left) path.
846
+
Call this if the Decision is applicable to the action taken by the Contact which instructs the Campaign Engine to execute or schedule Events connected into this Decision's "action" (left) path.
847
847
848
-
:returntype: void
848
+
:returntype: void
849
849
850
-
.. php:method:: public setChannel(string $channel[, $channelId = null)
850
+
.. php:method:: public setChannel(string $channel[, $channelId = null)
851
851
852
-
Set the Channel to attribute to the Event.
852
+
Set the Channel to attribute to the Event.
853
853
854
-
:param string $channel: Name of the Channel this Event relates to. For example, ``email``, ``page``, ``form``, and so forth.
855
-
:param mixed $channelId: ID of the Channel entity.
854
+
:param string $channel: Name of the Channel this Event relates to. For example, ``email``, ``page``, ``form``, and so forth.
855
+
:param mixed $channelId: ID of the Channel entity.
0 commit comments