| API | Package | Subpackage | Class | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
Base |
JObject |
JObject |
Never | Work in Progress |
This is the Joomla! base Object class. It allows __construct and __destruct to be used in PHP4. It is the base class of most of the classes in the Joomla! API. This is an abstract class and defines an interface rather than functionality. As an example, see the JApplication class which is a subclass of this class.
| Method | Description |
|---|---|
__construct | Class constructor, overridden in descendant classes. |
JObject | A hack to support __construct() on PHP 4. |
get | Gets the value of an object’s property. |
getProperties | Returns an array of object properties. |
set | Sets the value of an object’s property. |
setProperties | Sets multiple object properties using an array or object |
toString | Object-to-string conversion. |