Debug_Renderer_HTML_Table __construct(
$DebugObject,
$options
)
|
|
Debug_Renderer_HTML_Table class constructor
Debug_Renderer_HTML_Table class constructor
Parameters:
Information Tags:
Since: | V2.0.0 - 13 apr 2006 |
Add the environment display depending on the current configuration
Add the environment display depending on the current configuration
API Tags:
Information Tags:
Since: | V2.0.0 - 18 apr 2006 |
boolean checkSearch(
string
$debugLineStr
)
|
|
This function check if the user has chosen a search criteria and
This function check if the user has chosen a search criteria and make the search on the formatted debug info
Parameters:
string |
$debugLineStr: |
The formatted debug line object to check |
API Tags:
Return: | Search criteria has been found of search is disabled |
Access: | protected |
Information Tags:
Since: | V2.0.0 - 2 May 2006 |
This function check if the user has chosen a filter in the debug type
This function check if the user has chosen a filter in the debug type combobox and it returns of the debug line is allowed to be output or no
Parameters:
Debug_Line |
$debugLine: |
The debug line object to check |
API Tags:
Return: | true type is allowed to be |
Access: | protected |
Information Tags:
Since: | V2.0.0 - 26 Apr 2006 |
This is the function to display the debug information
This is the function to display the debug information
API Tags:
Access: | public |
See: | Debug::Render() |
Information Tags:
Since: | V2.0.0 - 07 Apr 2006 |
This is the function that displays a debug line, each step correspond
This is the function that displays a debug line, each step correspond to a new cell, actully there are 6 types :
- File
- Line
- Function
- Class
- Debug main information
- Execution time
Parameters:
Debug_Line |
$DebugLine: |
DebugLine, the debug line to process |
API Tags:
Information Tags:
Since: | V2.0.0 - 07 Apr 2006 |
Diplays the footer of the PHP_Debug object
Diplays the footer of the PHP_Debug object
API Tags:
Access: | protected |
See: | PHP_Debug |
Information Tags:
Displays the header of the PHP_Debug object
Displays the header of the PHP_Debug object
API Tags:
Access: | protected |
See: | PHP_Debug |
Information Tags:
Return the style sheet of the HTML_TABLE debug object
Return the style sheet of the HTML_TABLE debug object
API Tags:
Return: | The stylesheet |
Access: | public |
Information Tags:
string highlight(
string
$debugLineStr
)
|
|
This function highligth the searched keyword
This function highligth the searched keyword
Parameters:
string |
$debugLineStr: |
The formatted debug line object to check |
API Tags:
Return: | Formatted string with keyword highligthed |
Access: | protected |
Information Tags:
Since: | V2.0.0 - 2 May 2006 |
Todo: | nice ereg replace call to avoid HTML & attribue breaking |
string processClass(
array
$properties
)
|
|
process display of Class
process display of Class
Parameters:
array |
$properties: |
Properties of the debug line |
API Tags:
Return: | Formatted string containing the class |
Access: | private |
Information Tags:
Since: | V2.0.0 - 26 Apr 2006 |
string processDebugInfo(
array
$properties
)
|
|
process display of the main information of debug
process display of the main information of debug
Parameters:
array |
$properties: |
Properties of the debug line |
API Tags:
Return: | Formatted string containing the main debug info |
Access: | private |
Information Tags:
Since: | V2.0.0 - 28 Apr 2006 |
string processExecTime(
array
$properties
)
|
|
process display of the execution time of debug information
process display of the execution time of debug information
Parameters:
array |
$properties: |
Properties of the debug line |
API Tags:
Return: | Formatted string containing the main debug info |
Access: | private |
Information Tags:
Since: | V2.0.0 - 28 Apr 2006 |
string processFile(
array
$properties
)
|
|
process display of file name
process display of file name
Parameters:
array |
$properties: |
Properties of the debug line |
API Tags:
Return: | Formatted string containing the file |
Access: | private |
Information Tags:
Since: | V2.0.0 - 26 Apr 2006 |
string processFunction(
array
$properties
)
|
|
process display of function
process display of function
Parameters:
array |
$properties: |
Properties of the debug line |
API Tags:
Return: | Formatted string containing the function |
Access: | private |
Information Tags:
Since: | V2.0.0 - 26 Apr 2006 |
string processLine(
array
$properties
)
|
|
process display of line number
process display of line number
Parameters:
array |
$properties: |
Properties of the debug line |
API Tags:
Return: | Formatted string containing the line number |
Access: | private |
Information Tags:
Since: | V2.0.0 - 26 Apr 2006 |
string processType(
array
$properties
)
|
|
process display of the type of the debug information
process display of the type of the debug information
Parameters:
array |
$properties: |
Properties of the debug line |
API Tags:
Return: | Formatted string containing the debug type |
Access: | private |
Information Tags:
Since: | V2.0.0 - 26 Apr 2006 |
Default render function for HTML_Table renderer
Default render function for HTML_Table renderer
API Tags:
Access: | public |
See: | Renderer |
Information Tags:
void showDump(
$properties
)
|
|
Print the dump of a variable
Print the dump of a variable
Parameters:
API Tags:
Information Tags:
Since: | V2.0.0 - 26 Apr 2006 |
void showError(
$infos, array
$info
)
|
|
Print an error
Print an error
Parameters:
array |
$info: |
Array containing information about the error |
|
$infos: |
|
API Tags:
Information Tags:
Todo: | Implement the strict error level, add an option to display or not the stricts errors |
Since: | V2.0.0 - 25 Apr 2006 |
Add the process time information to the debug information
Add the process time information to the debug information
API Tags:
Information Tags:
Since: | V2.0.0 - 18 Apr 2006 |
Print the search combo box
Print the search combo box
API Tags:
Information Tags:
Since: | V2.0.0 - 26 Apr 2006 |
void showSuperArray(
string
$SuperArrayType
)
|
|
Show a super array
Show a super array
Parameters:
string |
$SuperArrayType: |
Type of super en array to add |
API Tags:
Information Tags:
Since: | V2.0.0 - 07 Apr 2006 |
Print the templates
Print the templates
API Tags:
Information Tags:
Since: | V2.0.0 - 26 Apr 2006 |
string span(
string
$info, string
$class
)
|
|
Return a string with applying a span style on it
Return a string with applying a span style on it
Parameters:
string |
$info: |
String to apply the style |
string |
$class: |
CSS style to apply to the string |
API Tags:
Return: | Formatted string with style applied |
Access: | private |
Information Tags:
Since: | V2.0.0 - 05 May 2006 |