Class FB

Description

Located in /debug/FirePHPCore/fb.php4 (line 67)


	
			
Method Summary
true dump (string $Key, mixed $Variable)
true error (mixes $Object, [string $Label = null])
boolean getEnabled ()
array getOptions ()
true group (string $Name, [array $Options = null])
true groupEnd ()
true info (mixes $Object, [string $Label = null])
true log (mixes $Object, [string $Label = null])
true send (mixed $Object)
void setEnabled (boolean $Enabled)
void setObjectFilter (string $Class, array $Filter)
void setOptions (array $Options)
true table (string $Label, string $Table)
true trace (string $Label)
true warn (mixes $Object, [string $Label = null])
Methods
dump (line 225)

Dumps key and variable to firebug server panel

true dump (string $Key, mixed $Variable)
  • string $Key
  • mixed $Variable
error (line 213)

Log object with label to firebug console

true error (mixes $Object, [string $Label = null])
  • mixes $Object
  • string $Label
getEnabled (line 87)

Check if logging is enabled

  • return: TRUE if enabled
  • see: FirePHP->getEnabled()
boolean getEnabled ()
getOptions (line 125)

Get options for the library

  • return: The options
  • see: FirePHP->getOptions()
array getOptions ()
group (line 155)

Start a group for following messages

Options: Collapsed: [true|false] Color: [#RRGGBB|ColorName]

true group (string $Name, [array $Options = null])
  • string $Name
  • array $Options: OPTIONAL Instructions on how to log the group
groupEnd (line 165)

Ends a group you have started before

true groupEnd ()
info (line 189)

Log object with label to firebug console

true info (mixes $Object, [string $Label = null])
  • mixes $Object
  • string $Label
log (line 177)

Log object with label to firebug console

true log (mixes $Object, [string $Label = null])
  • mixes $Object
  • string $Label
send (line 137)

Log object to firebug

true send (mixed $Object)
  • mixed $Object
setEnabled (line 76)

Enable and disable logging to Firebug

  • see: FirePHP->setEnabled()
void setEnabled (boolean $Enabled)
  • boolean $Enabled: TRUE to enable, FALSE to disable
setObjectFilter (line 102)

Specify a filter to be used when encoding an object

Filters are used to exclude object members.

  • see: FirePHP->setObjectFilter()
void setObjectFilter (string $Class, array $Filter)
  • string $Class: The class name of the object
  • array $Filter: An array or members to exclude
setOptions (line 114)

Set some options for the library

  • see: FirePHP->setOptions()
void setOptions (array $Options)
  • array $Options: The options to be set
table (line 248)

Log a table in the firebug console

true table (string $Label, string $Table)
  • string $Label
  • string $Table
trace (line 236)

Log a trace in the firebug console

true trace (string $Label)
  • string $Label
warn (line 201)

Log object with label to firebug console

true warn (mixes $Object, [string $Label = null])
  • mixes $Object
  • string $Label

Documentation generated on Tue, 09 Aug 2011 09:04:49 +0200 by phpDocumentor 1.4.3