예제 #1
0
 /**
  * Get email content
  *
  * @return array
  */
 public function getPlainText()
 {
     if ($this->helper !== null) {
         return $this->helper->getPlainText();
     } else {
         return $this->plainText;
     }
 }