Packageindex Classtrees Modulegroups Elementlist Report XML Files
 
File: c:/www/apache/doc2//form/form_object.inc
PHPLib Form Rewrite 11.02.2001 - 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!

AuthorsUlf Wendel <uw@netuse.de>
Version0.1alpha

 
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

object exception

$exception

Variable containing the latest exception object

Private Field Summary

string

$CR_HTML

Line break sign used whenever HTML is generated.
string

$CR_JS

Line break sign used whenever JavaScript code 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 = >>""<<
Optional title used in the HTML Table
mixed $data = >>""<<
Optional array or object that you want to dump.
Fallback to $this.
integer $level = >>0<<
Optional flag. If set to false userfunction
in an object are not shown (default). If set to
true, userfunctions are rendered
boolean $userfunction
Warning: documentation is missing.
Returns void

Version 0.2

Public Field Details

$exception

public object exception $exception

>><<

Variable containing the latest exception object


Private Field Details

$CR_HTML

private string $CR_HTML

>>"\n"<<

Line break sign used whenever HTML is generated.


$CR_JS

private string $CR_JS

>>"\n"<<

Line break sign used whenever JavaScript code is generated



Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta