linea21-externals
[ class tree: linea21-externals ] [ index: linea21-externals ] [ all elements ]

Class: PHP_Debug_Renderer_HTML_Table

Source Location: /class/system/PHP_Debug/PHP/Debug/Renderer/HTML/Table.php

Class Overview

PHP_Debug_Renderer_Common
   |
   --PHP_Debug_Renderer_HTML_Table

A concrete renderer for Debug


Author(s):

Version:

  • CVS: $Id: Table.php,v 1.2 2009/01/12 21:13:00 c0il Exp $

Methods


Inherited Variables

Inherited Methods

Class: PHP_Debug_Renderer_Common

PHP_Debug_Renderer_Common::setOptions()
Set run-time configuration options for the renderer
PHP_Debug_Renderer_Common::__destruct()
PHP_DebugOutput class destructor
PHP_Debug_Renderer_Common::__toString()
Default output function

Class Details

[line 22]
A concrete renderer for Debug

Returns a table-based representation of the debug infos in HTML 4




Tags:

author:  Vernet Loïc <qrf_coil[at]yahoo.fr>, Fabien Potencier, François Zaninotto
version:  CVS: $Id: Table.php,v 1.2 2009/01/12 21:13:00 c0il Exp $
since:  V2.0.0 - 10 Apr 2006


[ Top ]


Class Methods


constructor __construct [line 29]

PHP_Debug_Renderer_HTML_Table __construct( $DebugObject, $options)

Debug_Renderer_HTML_Table class constructor



Tags:

since:  V2.0.0 - 13 apr 2006


Parameters:

   $DebugObject  
   $options  

[ Top ]

method addSuperArray [line 895]

void addSuperArray( )

Add the environment display depending on the current configuration



Tags:

since:  V2.0.0 - 18 apr 2006
access:  protected


[ Top ]

method checkSearch [line 137]

boolean checkSearch( string $debugLineStr)

This function check if the user has chosen a search criteria and make the search on the formatted debug info



Tags:

return:  Search criteria has been found of search is disabled
since:  V2.0.0 - 2 May 2006
access:  protected


Parameters:

string   $debugLineStr   The formatted debug line object to check

[ Top ]

method checkType [line 163]

boolean checkType( DebugLine $debugLine)

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



Tags:

return:  true type is allowed to be
since:  V2.0.0 - 26 Apr 2006
access:  protected


Parameters:

DebugLine   $debugLine   The debug line object to check

[ Top ]

method display [line 64]

void display( )

This is the function to display the debug information



Tags:

see:  PHP_Debug::Render()
since:  V2.0.0 - 07 Apr 2006
access:  public


[ Top ]

method displayDebugLine [line 230]

void displayDebugLine( DebugLine $DebugLine)

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




Tags:

since:  V2.0.0 - 07 Apr 2006
access:  protected


Parameters:

DebugLine   $DebugLine   DebugLine, the debug line to process

[ Top ]

method displayFooter [line 211]

void displayFooter( )

Diplays the footer of the PHP_Debug object



Tags:

see:  PHP_Debug
since:  V2.0.0 - 08 Apr 2006
access:  protected


[ Top ]

method displayHeader [line 200]

void displayHeader( )

Displays the header of the PHP_Debug object



Tags:

see:  PHP_Debug
since:  V2.0.0 - 08 Apr 2006
access:  protected


[ Top ]

method highlight [line 110]

string highlight( string $debugLineStr)

This function highligth the searched keyword



Tags:

return:  Formatted string with keyword highligthed
since:  V2.0.0 - 2 May 2006
access:  protected


Parameters:

string   $debugLineStr   The formatted debug line object to check

[ Top ]

method processClass [line 438]

string processClass( array $properties)

process display of Class



Tags:

return:  Formatted string containing the class
since:  V2.0.0 - 26 Apr 2006
access:  protected


Parameters:

array   $properties   Properties of the debug line

[ Top ]

method processDebugInfo [line 295]

string processDebugInfo( array $properties)

process display of the main information of debug



Tags:

return:  Formatted string containing the main debug info
since:  V2.0.0 - 28 Apr 2006
access:  protected


Parameters:

array   $properties   Properties of the debug line

[ Top ]

method processExecTime [line 268]

string processExecTime( array $properties)

process display of the execution time of debug information



Tags:

return:  Formatted string containing the main debug info
since:  V2.0.0 - 28 Apr 2006
access:  protected


Parameters:

array   $properties   Properties of the debug line

[ Top ]

method processFile [line 593]

string processFile( array $properties)

process display of file name



Tags:

return:  Formatted string containing the file
since:  V2.0.0 - 26 Apr 2006
access:  protected


Parameters:

array   $properties   Properties of the debug line

[ Top ]

method processFunction [line 488]

string processFunction( array $properties)

process display of function



Tags:

return:  Formatted string containing the function
since:  V2.0.0 - 26 Apr 2006
access:  protected


Parameters:

array   $properties   Properties of the debug line

[ Top ]

method processLine [line 543]

string processLine( array $properties)

process display of line number



Tags:

return:  Formatted string containing the line number
since:  V2.0.0 - 26 Apr 2006
access:  protected


Parameters:

array   $properties   Properties of the debug line

[ Top ]

method processType [line 424]

string processType( array $properties)

process display of the type of the debug information



Tags:

return:  Formatted string containing the debug type
since:  V2.0.0 - 26 Apr 2006
access:  protected


Parameters:

array   $properties   Properties of the debug line

[ Top ]

method render [line 189]

void render( )

Default render function for HTML_Table renderer



Tags:

see:  Renderer
since:  V2.0.0 - 11 Apr 2006
access:  public


[ Top ]

method showDump [line 652]

void showDump( $properties)

Dump a variable



Tags:

since:  V2.0.0 - 26 Apr 2006
access:  protected


Parameters:

   $properties  

[ Top ]

method showError [line 814]

void showError( $infos, array $info)

Process an error info



Tags:

see:  PHP_DEBUGLINE_PHPERROR
since:  V2.0.0 - 25 Apr 2006
access:  protected


Parameters:

array   $info   Array containing information about the error
   $infos  

[ Top ]

method showProcessTime [line 930]

void showProcessTime( )

Add the process time information to the debug information



Tags:

since:  V2.0.0 - 18 Apr 2006
access:  protected


[ Top ]

method showSearch [line 711]

void showSearch( )

Process the search combo box



Tags:

since:  V2.0.0 - 26 Apr 2006
access:  protected


[ Top ]

method showSuperArray [line 862]

void showSuperArray( string $SuperArrayType)

Show a super array



Tags:

since:  V2.0.0 - 07 Apr 2006
access:  protected


Parameters:

string   $SuperArrayType   Type of super en array to add

[ Top ]

method showTemplates [line 768]

void showTemplates( )

Process the templates



Tags:

since:  V2.0.0 - 26 Apr 2006
access:  protected


[ Top ]

method span [line 412]

string span( string $info, string $class)

Return a string with applying a span style on it



Tags:

return:  Formatted string with style applied
since:  V2.0.0 - 05 May 2006
access:  protected


Parameters:

string   $info   String to apply the style
string   $class   CSS style to apply to the string

[ Top ]


Documentation generated on Thu, 03 May 2012 15:07:45 +0200 by phpDocumentor 1.4.1