Class Dwoo_Plugin_dump

Description

Dumps values of the given variable, or the entire data if nothing provided

  * var : the variable to display
  * show_methods : if set to true, the public methods of any object encountered are also displayed
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

Located in /plugins/builtin/functions/dump.php (line 20)

Dwoo_Plugin
   |
   --Dwoo_Plugin_dump
Variable Summary
Method Summary
void export ( $var,  $scope)
void exportObj ( $i,  $obj)
void exportVar ( $i,  $v)
void process ([ $var = '$'], [ $show_methods = false])
Variables
mixed $outputMethods (line 23)
  • access: protected
mixed $outputObjects (line 22)
  • access: protected

Inherited Variables

Inherited from Dwoo_Plugin

Dwoo_Plugin::$dwoo
Methods
export (line 58)
  • access: protected
void export ( $var,  $scope)
  • $var
  • $scope
exportObj (line 91)
  • access: protected
void exportObj ( $i,  $obj)
  • $i
  • $obj
exportVar (line 78)
  • access: protected
void exportVar ( $i,  $v)
  • $i
  • $v
process (line 25)
  • access: public
void process ([ $var = '$'], [ $show_methods = false])
  • $var
  • $show_methods

Inherited Methods

Inherited From Dwoo_Plugin

Dwoo_Plugin::__construct()
Dwoo_Plugin::paramsToAttributes()

Documentation generated on Sat, 18 Jul 2009 21:04:51 +0200 by phpDocumentor 1.4.0