class 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 |
![]() |
Alia Javascript timer |
![]() |
Provides easy validation of html forms and other data. |
![]() |
AWidget - The base class for all wi |
An array containing all connections to this object
The unique ID of the object. This value is assigned by AObjectRegistry
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