예제 #1
0
파일: Message.php 프로젝트: Grummfy/Central
 /**
  * Override the parent::getFormattedContent method.
  *
  * @param   bool  $headers    With headers or not (forced to false here).
  * @return  string
  */
 public function getFormattedContent($headers = false)
 {
     return parent::getFormattedContent(false);
 }