class JHtmlDebug

Extended Utility class for render debug information.

Properties

static string $xdebugLinkFormat xdebug.filelinkformat from the php.ini.

Methods

static  string
xdebuglink( string $file, string $line = '')

Replaces the Joomla! root with "JROOT" to improve readability.

Details

Replaces the Joomla! root with "JROOT" to improve readability.

Formats a link with a special value xdebug.filelinkformat from the php.ini file.

Parameters

string $file The full path to the file.
string $line The line number.

Return Value

string

Exceptions

InvalidArgumentException