示例#1
0
 /**
  * @return string Returns the editor's formatted message
  */
 public function getConversationEditorMessageBody()
 {
     if (!is_object($this->cnvMessage)) {
         return '';
     }
     $cnv = $this->cnvMessage->getConversationObject();
     return $this->cnvMessage->getConversationMessageBody();
 }
示例#2
0
 public function getConversationMessageBody()
 {
     return parent::getConversationMessageBody();
 }