Debug
Extended Utility class for render debug information.
abstract
since |
3.7.0 |
---|---|
package |
Joomla CMS |
Methods
xdebuglink
Replaces the Joomla! root with "JROOT" to improve readability.
xdebuglink( file, line = '') :
static
Formats a link with a special value xdebug.file_link_format from the php.ini file.
throws |
|
---|---|
since |
3.7.0 |
Arguments
- file
string
The full path to the file.- line
string
The line number.
Response
string
Properties
xdebugLinkFormat
xdebug.file_link_format from the php.ini.
static
Make this property public to support test.
since |
3.7.0 |
---|
Type(s)
string