The Inx_Api_TriggerMailing_Descriptor_MonthlyTriggerIntervalBuilder is used to create a monthly trigger interval.
The Inx_Api_TriggerMailing_Descriptor_MonthlyTriggerIntervalBuilder is used to create a monthly trigger interval. The following settings are mandatory: <p/>
$factory = $session->getTriggerMailingManager()->getTriggerIntervalBuilderFactory(); $interval = $factory->getMonthlyIntervalBuilder()->intervalCount( 2 )->day( 3 )->dispatchInterval( Inx_Api_TriggerMailing_Descriptor_TimeTriggerDispatchInterval::SPECIFIC_DAY_BEFORE_END_OF_MONTH()) ->build();
Located in /Api/TriggerMailing/Descriptor/MonthlyTriggerIntervalBuilder.php (line 43)
Inx_Api_TriggerMailing_Descriptor_TriggerIntervalBuilder | --Inx_Api_TriggerMailing_Descriptor_MonthlyTriggerIntervalBuilder
Returns the day of the dispatch interval. LAST_DAY_OF_MONTH. the interval count setting as they are used for different purposes. months on the first day of the month, you need the following settings: <p/>
Returns the day of the dispatch interval. This setting is only optional if the dispatch interval is LAST_DAY_OF_MONTH. In this case, the day setting must be omitted or set to zero. Do not confuse this setting with the interval count setting as they are used for different purposes. For example, to fire the trigger every two months on the first day of the month, you need the following settings: <p/>
Sets the Inx_Api_TriggerMailing_Descriptor_TimeTriggerDispatchInterval which determines the dispatch interval.
Sets the Inx_Api_TriggerMailing_Descriptor_TimeTriggerDispatchInterval which determines the dispatch interval. This setting is mandatory. The following options are legal: <p/>
Inherited From Inx_Api_TriggerMailing_Descriptor_TriggerIntervalBuilder
Inx_Api_TriggerMailing_Descriptor_TriggerIntervalBuilder::build()
Inx_Api_TriggerMailing_Descriptor_TriggerIntervalBuilder::intervalCount()
Documentation generated on Thu, 17 Sep 2015 14:27:27 +0200 by phpDocumentor 1.3.2