JObjectObject class, allowing __construct and __destruct in PHP4.
Located in /common/base/object.php (line 23)
| Class | Description |
|---|---|
JApplication
|
Base class for a Joomla! application |
JBrowser
|
Browser class, provides capability information about the current web client. |
JURI
|
JURI Class |
JPathWay
|
Class to maintain a pathway. |
JAuthenticate
|
Authorization class, provides an interface for the Joomla authentication system |
JAuthenticateResponse
|
Authorization response class, provides an object for storing error details |
JUser
|
User class. Handles all application interaction with a user |
JObserver
|
Abstract observer class to implement the observer design pattern |
JObservable
|
Abstract observable class to implement the observer design pattern |
JFTP
|
FTP client class |
JDatabase
|
Database connector class |
JLanguage
|
Languages/translation handler class |
JInstaller
|
Joomla base installer class |
JModel
|
Abstract Model class |
JElement
|
Parameter base class |
JRegistryFormat
|
Abstract Format for JRegistry |
JRegistry
|
JRegistry class |
JPagination
|
Pagination Class. Provides a common interface for content pagination for the Joomla! Framework |
JProfiler
|
Page generation time |
Class constructor, overridden in descendant classes.
A hack to support __construct() on PHP 4
Hint: descendant classes have no PHP4 class_name() constructors, so this constructor gets called first and calls the top-layer __construct() which (if present) should call parent::__construct()
Class destructor, overridden in descendant classes.
Object-to-string conversion.
Each class can override it as necessary.
Documentation generated on Sat, 4 Feb 2006 14:24:54 +0100 by phpDocumentor 1.3.0RC4