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

Class: PHP_Debug_Renderer_HTML_Div

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

Class Overview

PHP_Debug_Renderer_Common
   |
   --PHP_Debug_Renderer_HTML_Div

A floating div renderer for PHP_Debug


Author(s):

Version:

  • CVS: $Id: Common.php,v 1.1 2008/05/02 14:26:37 c0il Exp $

Variables

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 33]
A floating div renderer for PHP_Debug

Returns a floating based representation of the debug infos in XHTML sctrict format




Tags:

author:  Loïc Vernet <at yahoo dot fr qrf_coil at yahoo dot fr>
version:  CVS: $Id: Common.php,v 1.1 2008/05/02 14:26:37 c0il Exp $
since:  V2.1.0 - 30 march 2007


[ Top ]


Class Variables

static $databaseTypes = array(
  PHP_DebugLine::TYPE_QUERY,
  PHP_DebugLine::TYPE_QUERYREL,
  PHP_DebugLine::TYPE_SQLPARSE,
  )

[line 52]



Tags:

access:  protected

Type:   mixed


[ Top ]

static $msgTypes = array(
  PHP_DebugLine::TYPE_STD,
  PHP_DebugLine::TYPE_PAGEACTION,
  PHP_DebugLine::TYPE_APPERROR,
  PHP_DebugLine::TYPE_CREDITS,
  PHP_DebugLine::TYPE_DUMP,
  PHP_DebugLine::TYPE_WATCH,
  PHP_DebugLine::TYPE_PHPERROR
  )

[line 41]



Tags:

access:  protected

Type:   mixed


[ Top ]

static $settingsType = array(
  PHP_DebugLine::TYPE_ENV,
  )

[line 36]



Tags:

access:  protected

Type:   mixed


[ Top ]



Class Methods


static method globalsAsArray [line 424]

static array globalsAsArray( )

Returns PHP globals variables as a sorted array.



Tags:

return:  PHP globals
since:  V2.1.0 - 2 apr 2007
access:  public


[ Top ]

static method phpInfoAsArray [line 451]

static array phpInfoAsArray( )

Returns PHP information as an array.



Tags:

return:  An array of php information
since:  V2.1.0 - 2 apr 2007
access:  public


[ Top ]

constructor __construct [line 63]

PHP_Debug_Renderer_HTML_Div __construct( $DebugObject, $options)

Debug_Renderer_HTML_Div class constructor



Tags:

since:  V2.1.0 - 3 apr 2007


Parameters:

   $DebugObject  
   $options  

[ Top ]

method addW3CErrorInfos [line 140]

void addW3CErrorInfos( $res, $key)

Add the debug informations of the W3C validation process



Tags:

author:  Vernet Loïc
since:  2.1.0 - 23 avr. 2007
access:  protected


Parameters:

   $res  
   $key  

[ Top ]

method display [line 84]

void display( )

This is the function to display the debug informations



Tags:

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


[ Top ]

method displayFooter [line 597]

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 573]

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 getDebugLevelClass [line 332]

void getDebugLevelClass( $debug_level)

Get the image info for the current debug type



Tags:

author:  COil
since:  V2.1.0 - 2 avp 2007
access:  protected


Parameters:

   $debug_level  

[ Top ]

method getImageInfo [line 343]

void getImageInfo( $debug_level)

Get the image info for the current debug type



Tags:

author:  COil
since:  V2.1.0 - 2 avp 2007
access:  protected


Parameters:

   $debug_level  

[ Top ]

method getLogInfoLevel [line 263]

void getLogInfoLevel( array $properties)

Get the log level of the debug info



Tags:

author:  COil
since:  V2.1.0 - 2 avr. 2007
access:  protected


Parameters:

array   $properties   debug row

[ Top ]

method getPhpErrorLevel [line 295]

void getPhpErrorLevel( array $properties)

Return the global error level corresponding to the related php error level



Tags:

author:  COil
since:  2.1.0 - 3 apr 2007
access:  protected


Parameters:

array   $properties   debug row

[ Top ]

method processClass [line 758]

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 639]

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 609]

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 907]

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 806]

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 858]

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 745]

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 562]

void render( )

Default render function for HTML_Div renderer



Tags:

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


[ Top ]

method settingsAsArray [line 405]

void settingsAsArray( $debugInfos)

Return all settings of application



Tags:

author:  COil
since:  V2.1.0 - 2 apr 2007
access:  public


Parameters:

   $debugInfos  

[ Top ]

method showArray [line 1190]

void showArray( $array, $name, string $SuperArrayType)

Displays an array.



Tags:

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


Parameters:

string   $SuperArrayType   Type of super en array to add
   $array  
   $name  

[ Top ]

method showDatabaseInfos [line 187]

void showDatabaseInfos( array $debugInfos)

Shows vars & config



Tags:

author:  COil
since:  V2.1.0 - 30 march 2007
access:  protected


Parameters:

array   $debugInfos   debug row

[ Top ]

method showDump [line 965]

void showDump( $properties)

Dump of a variable



Tags:

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


Parameters:

   $properties  

[ Top ]

method showError [line 1102]

void showError( $infos, array $info)

Process an error info



Tags:

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


Parameters:

array   $info   Array containing information about the error
   $infos  

[ Top ]

method showLogsAndMsg [line 213]

void showLogsAndMsg( $debugInfos)

Shows vars & config



Tags:

author:  COil
since:  V2.1.0 - 30 march 2007
access:  protected


Parameters:

   $debugInfos  

[ Top ]

method showProcessTime [line 475]

void showProcessTime( $debugInfos)

Add the process time information to the debug information



Tags:

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


Parameters:

   $debugInfos  

[ Top ]

method showSuperArray [line 1154]

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 1029]

void showTemplates( )

Get the templates info



Tags:

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


[ Top ]

method showVarsAndConfig [line 372]

void showVarsAndConfig( $debugInfos)

Shows vars & config



Tags:

author:  COil
since:  V2.1.0 - 30 march 2007
access:  protected


Parameters:

   $debugInfos  

[ Top ]

method showW3cValidation [line 121]

void showW3cValidation( )

Show W3C validator tab



Tags:

author:  COil
since:  V2.1.1 - 23 apr 2007
access:  protected


[ Top ]

method span [line 733]

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 ]

method truncate [line 1084]

void truncate( string $file)

Truncate/replace a pattern from the file path



Tags:

author:  COil
see:  - HTML_DIV_remove_templates_pattern - HTML_DIV_templates_pattern
since:  V2.1.0 - 3 apr 2007
access:  protected


Parameters:

string   $file   full file path

[ Top ]


Documentation generated on Thu, 03 May 2012 15:04:24 +0200 by phpDocumentor 1.4.1