Example #1
0
 /**
  * @return array array($subject, $html, $text)
  */
 public function render()
 {
     $language = null;
     if ($this->_recipient) {
         $language = $this->_recipient->getLanguage();
     }
     return $this->_render($language);
 }