getRenderedMessage(); } /** * Returns the content type output by this layout. * @return string */ public function getContentType() { return "text/plain"; } /** * Returns the footer for the layout format. * @return string */ public function getFooter() { return null; } /** * Returns the header for the layout format. * @return string */ public function getHeader() { return null; } }