An Inx_Api_TriggerMailing_Descriptor_TimeTriggerOffset is used to adjust the dispatch date of an attribute driven time trigger mailing.
An Inx_Api_TriggerMailing_Descriptor_TimeTriggerOffset is used to adjust the dispatch date of an attribute driven time trigger mailing. A TimeTriggerOffset consists of three parts:
$tomorrow = new Inx_Api_TriggerMailing_Descriptor_TimeTriggerOffset( Inx_Api_TriggerMailing_Descriptor_TimeTriggerOffsetType::IS_IN(), Inx_Api_TriggerMailing_Descriptor_TimeTriggerUnit::DAY(), 1 );
Located in /Api/TriggerMailing/Descriptor/TimeTriggerOffset.php (line 27)
Creates a new offset with the given type, unit and offset value.
Creates a new offset with the given type, unit and offset value. The value may not be negative. If all parameters are omitted, creates an offset which represents "now".
Compares this TimeTriggerOffset and the given object for equality. equal if they are the same or are both TimeTriggerOffsets of the same type with the same unit and value.
Compares this TimeTriggerOffset and the given object for equality. The two objects are considered equal if they are the same or are both TimeTriggerOffsets of the same type with the same unit and value.
Returns the offset type.
Returns the offset type.
Returns the offset unit.
Returns the offset unit.
Returns the actual offset value.
Returns the actual offset value.
Documentation generated on Thu, 17 Sep 2015 14:27:32 +0200 by phpDocumentor 1.3.2