Back to BaseLayout class

Method renderDebugMessages

public string
renderDebugMessages
()
Render the list of debug messages
Returns
  • string Output text/HTML code
Since
  • 3.2
Class: BaseLayout
Project: Joomla

Method renderDebugMessages - Source code

/**
 * Render the list of debug messages
 *
 * @return  string  Output text/HTML code
 *
 * @since   3.2
 */
public function renderDebugMessages()
{
    return implode("\n", $this->debugMessages);
}