P4ATHE APPLICATION.
Stands for the currently running istance of the application.
Located in /p4a/objects/p4a.php (line 42)
P4A_Object | --P4A
P4A_Mask
$active_mask
= null (line 62)
Pointer to the currently active mask
P4A_Object
$active_object
= null (line 56)
The currently active object.
This means that here is the pointer to the last object that has triggered an event/action.
string
$browser
= null (line 128)
string
$browser_os
= self::BROWSER_LINUX (line 133)
P4A_I18N
$i18n
= null (line 79)
P4A_Collection
$masks
= null (line 74)
Opened masks are stored here
array
$masks_history
= array() (line 68)
History of opened masks
array
$messages
= array() (line 123)
array
$objects
= array() (line 48)
All P4A objects are stored here
array
$timer
= array() (line 90)
Timers container
string
$title
= null (line 84)
integer
$_action_history_id
= 0 (line 108)
Counter to avoid browser's back/forward
array
$_css
= array() (line 96)
CSS container
array
$_javascript
= array() (line 102)
javascript container
boolean
$_redesign_whole_mask
= false (line 118)
array
$_to_redesign
= array() (line 113)
Inherited from P4A_Object
P4A_Object::$_helpers
P4A_Object::$_id
P4A_Object::$_map_actions
P4A_Object::$_name
P4A_Object::$_objects
P4A_Object::$_parent_id
static singleton (line 292)
addCss (line 790)
Include a CSS file
close (line 321)
Destroys P4A
closePopup (line 688)
Alias for showPrevMask()
detectClient (line 186)
dropCss (line 805)
Drops inclusion of a CSS file
dropJavascript (line 837)
Drops inclusion of a javascript file
dumpTimer (line 359)
Prints out all timer values
executeExternalCommands (line 369)
Never call this method if you don't know what you're doing
getActionHistoryId (line 884)
Action history ID is used to avoid browser's back/forward
getBrowser (line 262)
getBrowserOS (line 270)
getCss (line 816)
getFocusedObjectId (line 911)
getJavascript (line 848)
getJavascriptInitializations (line 857)
Returns the Javascript code neede for P4A initialization
getMessages (line 972)
Returns all the messages and clean the queue
getRenderedMessages (line 983)
Returns HTML rendered system messages and clean the queue
getTitle (line 779)
Returns the title for the application
getVersion (line 902)
inAjaxCall (line 287)
initTimer (line 336)
isGecko (line 230)
isHandheld (line 238)
isInternetExplorer (line 222)
isOpera (line 246)
isPopupOpened (line 279)
isSafari (line 254)
main (line 474)
maskExists (line 728)
message (line 926)
Outputs a system message to user
messageError (line 950)
Prints out an error message (with an error icon).
It's a wrapper for P4A::message()
messageInfo (line 962)
Prints out an info message (with an info icon).
It's a wrapper for P4A::message()
messageWarning (line 938)
Prints out a warning message (with a warning icon).
It's a wrapper for P4A::message()
openMask (line 640)
openPopup (line 670)
raiseXMLResponse (line 564)
Never call this method if you don't know what you're doing
restart (line 330)
Calls close() and then restart the application
setActiveMask (line 625)
Sets the desidered mask as active.
showPrevMask (line 696)
timer (line 348)
Takes a time snapshot with a given description
__wakeup (line 1001)
Inherited From P4A_Object
P4A_Object::__construct()
P4A_Object::actionHandler()
P4A_Object::build()
P4A_Object::destroy()
P4A_Object::dropImplement()
P4A_Object::dropMethod()
P4A_Object::errorHandler()
P4A_Object::getId()
P4A_Object::getName()
P4A_Object::getObjectType()
P4A_Object::getParentID()
P4A_Object::implement()
P4A_Object::intercept()
P4A_Object::isActionTriggered()
P4A_Object::setName()
P4A_Object::setParentID()
P4A_Object::void()
P4A_Object::_loadHelper()
P4A_Object::__call()
Documentation generated on Tue, 02 Sep 2008 10:04:04 +0200 by phpDocumentor 1.4.2