apidoc
[ class tree: apidoc ] [ index: apidoc ] [ all elements ]

Class: Gtk_VarDump

Source Location: /Gtk_VarDump-1.0.1/Gtk/VarDump.php

Class Overview


simple class to do VarDump in GTK


Author(s):

Version:

  • $Id: VarDump.php 304750 2010-10-25 09:47:38Z clockwerx $

Methods


Inherited Variables

Inherited Methods


Class Details

[line 41]
simple class to do VarDump in GTK
  • Version: $Id: VarDump.php 304750 2010-10-25 09:47:38Z clockwerx $
  • See: http://cvs.php.net/pear/Gtk_VarDump/examples/example.php
  • Abstract:

    A simple class that does a regedit type interface for viewing data in a tree like format.

    usage: $data = array(1,2,3,4); $x = new GTK_VarDump($data,'test array');

    thats it!!



[ Top ]


Method Detail

Gtk_VarDump (Constructor)   [line 74]

Gtk_VarDump Gtk_VarDump( array|object &$tree, [string $baseName = 'BASE'])

Constructor

This is all you need!!!

  • Access: public

Parameters:

array|object   &$tree   —  tree to display
string   $baseName   —  base name of tree

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:40:34 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.