Ejemplo n.º 1
0
 /**
  * Sends the message immediately.
  *
  * @param string $event
  * @param mixed  $template
  * @param array  $data
  * @param array  $attachFiles
  *
  * @return mixed
  */
 protected function sendImmediate($event, $template, $data, $attachFiles)
 {
     return $this->event->sendImmediate($event, SITE_ID, $data, 'Y', $template, $attachFiles);
 }