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 47)
| Class | Description |
|---|---|
P4A_Data_Source
|
P4A - PHP For Applications. |
P4A_Collection
|
P4A - PHP For Applications. |
P4A_Mask
|
The mask is the basic interface object wich contains all widgets and generically every displayed object. |
P4A_Data_Field
|
Every DATA_SOURCE field is a DATA_FIELD. |
P4A_Widget
|
Base class for objects that permit user interation with the application. |
P4A
|
THE APPLICATION. |
actionHandler (line 189)
Handle an action implemented by the object.
build (line 101)
destroy (line 145)
Destroys the object Retrieves all children objects and destroy them.
dropIntercept (line 220)
errorHandler (line 272)
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 135)
getName (line 178)
Returns the object name.
getObjectType (line 258)
Returns the "CLASS" type of the object.
getParentID (line 129)
implementMethod (line 233)
Wrapper for setting an intercepted event on an object.
intercept (line 212)
Tells an object to execute a method when an action is called.
isActionTriggered (line 244)
Tells if an action is triggered.
p4a_object (line 88)
Class constructor.
Sets default properties and store the object in the application object stack.
setName (line 167)
Sets the object's name.
setParentID (line 123)
void (line 306)
_loadHelper (line 312)
__call (line 342)
Documentation generated on Mon, 07 Jan 2008 11:29:28 +0100 by phpDocumentor 1.4.0