P4A_ObjectThe base class extended by every p4a object.
Keeps object identifiers (id, name) and any method for event triggering.
Located in /p4a/p4a_object.php (line 43)
| Class | Description |
|---|---|
P4A_Data_Source
|
|
P4A_Collection
|
|
P4A_Widget
|
Base class for objects that permit user interation with the application. |
P4A_Data_Field
|
Every DATA_SOURCE field is a DATA_FIELD. |
P4A
|
THE APPLICATION. |
P4A_Mask
|
The mask is the basic interface object wich contains all widgets and generically every displayed object. |
Constructor __construct (line 82)
actionHandler (line 191)
Handle an action implemented by the object
build (line 99)
Instance a new $class ojbect and sets its name to $name
destroy (line 149)
Destroys the object Retrieves all children objects and destroy them.
dropImplement (line 255)
Removes handling an action
errorHandler (line 293)
Handle an error action implemented by the object.
Checks if the the specified action is triggered and calls it, if the action is not triggered calls the general error handler for the object.
getId (line 140)
getName (line 182)
getObjectType (line 279)
Returns the "CLASS" type of the object.
getParentID (line 132)
implement (line 225)
Tells the current object to execute a method on another object when an action is called
intercept (line 212)
Tells an object to execute a method on the current object when an action is called
isActionTriggered (line 267)
void (line 332)
just a placeholder
_loadHelper (line 340)
__call (line 375)
Documentation generated on Tue, 02 Sep 2008 10:04:05 +0200 by phpDocumentor 1.4.2