Ejemplo n.º 1
0
 /**
  * @return array
  */
 public static function getAdditionalDescriptions()
 {
     return array(ScheduledTaskEventNotificationPlugin::getApiValue(self::DISTRIBUTE) => 'Distribute');
 }
 public function __construct()
 {
     $this->type = ScheduledTaskEventNotificationPlugin::getApiValue(DispatchEventNotificationObjectTaskType::DISPATCH_EVENT_NOTIFICATION);
 }
 /**
  * @return array
  */
 public static function getAdditionalDescriptions()
 {
     return array(ScheduledTaskEventNotificationPlugin::getApiValue(self::DISPATCH_EVENT_NOTIFICATION) => 'Dispatch event notification');
 }