Example #1
0
 /**
  * Generate the content for bundle email
  * @return string
  */
 protected function generateEmailContent()
 {
     if (!$this->baseEvent) {
         return '';
     }
     $this->baseEvent->setBundleHash($this->bundleHash);
     return EchoNotificationController::formatNotification($this->baseEvent, $this->mUser, 'email', 'email');
 }