예제 #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 getConversationObject()
 {
     return parent::getConversationObject();
 }