AObjectclass AObject - The base class for all objects with signal/slot functionality
The AObject class is the base class for all widgets, and any other objects with signal/slot functionality. If you want to create your own object that will emit signals, it must extend AObject, or one of its subclasses.
Located in /lib/AObject.php (line 27)
| Class | Description |
|---|---|
ALayout
|
ALayout |
ATimer
|
Alia Javascript timer |
AValidator
|
Provides easy validation of html forms and other data. |
AWidget
|
AWidget - The base class for all wi |
AConnection
$__connections
= array() (line 44)
An array containing all connections to this object
mixed
$__objectID
(line 50)
The unique ID of the object. This value is assigned by AObjectRegistry
array
$__signalDefinitions
= array() (line 37)
an array containing all signal deffinitions
Adds a slot connection
Defines a signal that other objects my connect slots to.
emit() - Emits a signal from this object to all connected slots
Returns true if there is a connection to a signal specified by $signalName
Documentation generated on Fri, 11 Jul 2008 13:28:42 -0400 by phpDocumentor 1.4.2