Back to Joomla project (class list)

Class CliRenderer - list of methods

Cli error renderer

Extends

Package: Joomla\CMS\Error\Renderer
Copyright: (C) 2017 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE
Located at: Joomla/Error/Renderer/CliRenderer.php
Project: Joomla

Method Summary

public string
(\Throwable $error)

Render the error for the given object.
Parameters
  • \Throwable $error The error object to be rendered
Returns
  • string
Since
  • 4.0.0
Show source code of this method: render Source Code

private string
(\Throwable $error)

Returns a trace for the given error.
Parameters
  • \Throwable $error The error
Returns
  • string
Since
  • 4.0.0
Show source code of this method: getTrace Source Code

Properties Summary

protected string
$type
The format (type)
Since
  • 4.0.0

Tags Summary

Since
4.0.0