Exemplo n.º 1
0
 /**
  * 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);
 }