Packageindex Classtrees Modulegroups Elementlist Report XML Files
 
File: c:/www/apache/doc2//form/form_commonobject.inc
PHPLib Form Rewrite 2001/03/01 - Form

form_commonobject

form_commonobject

Superclass of all Form classes.

 

private class form_commonobject

Superclass of all Form classes.
This class will probably disappear in future versions! It's used for debugging.

AuthorsUlf Wendel <uw@netuse.de>
Version$Id: $

 
Direct known subclasses: panemanager, form, form_element, template_bridge

Public Method Summary

void

introspection([ string $title, mixed $data, integer $level, boolean $userfunction ])

Dumps Objects and Arrays.

Public Field Summary

array

$exceptions

Variable containing the latest exception object

Private Field Summary

string

$CR_HTML

Line break sign used whenever HTML is generated.

Public Method Details

introspection

public void introspection( [ string $title, mixed $data, integer $level, boolean $userfunction ] )

  Dumps Objects and Arrays.
Use this function to get an idea of the internal datastructures used.The function dumps arrays and objects. It renders the content inan HTML table. Play with it, you'll see it's very helpfulfor debugging.

Parameter
string $title = >>""<<
title used in the HTML Table
mixed $data = >>""<<
array or object that you want to dump.
Fallback to $this.
integer $level = >>0<<
of recursion
boolean $userfunction = >>false<<
flag. If set to false userfunction
in an object are not shown (default). If set to
true, userfunctions are rendered
Returns void

Version 0.2

Public Field Details

$exceptions

public array $exceptions

>>array()<<

Variable containing the latest exception object


Private Field Details

$CR_HTML

private string $CR_HTML

>>"\n"<<

Line break sign used whenever HTML is generated.



Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta