Joomla Platform Object Class
This class allows for simple but smart objects with get and set methods and an internal error handler.
Located in /libraries/joomla/object/object.php (line 22)
Class | Description |
---|---|
![]() |
Mock JSite class used to fool the frontend search plugins because they route the results. |
![]() |
Tree based class to render the admin menu |
![]() |
A Node for JAdminCssMenu |
![]() |
Joomla! Captcha base object |
![]() |
JEditor class to handle WYSIWYG editors |
![]() |
Extension object |
![]() |
FrameworkOnFramework controller class. FOF is based on the thin controller paradigm, where the controller is mainly used to set up the model state and spawn the view. |
![]() |
FrameworkOnFramework dispatcher class |
![]() |
FrameworkOnFramework Model class. The Model is the worhorse. It performs all |
![]() |
FrameworkOnFramework Table class. The Table is one part controller, one part model and one part data adapter. It's supposed to handle operations for single records. |
![]() |
FrameworkOnFramework View class. The View is the MVC component which gets the raw data from a Model and renders it in a way that makes sense. The usual rendering is HTML, but you can also output JSON, CSV, XML, or even media (images, videos, ...) and documents (Word, PDF, Excel...). |
![]() |
Adapter Class Retains common adapter pattern functions Class harvested from joomla.installer.installer |
![]() |
Adapter Instance Class |
![]() |
Class to handle dispatching of events. |
![]() |
JEvent Class |
![]() |
Joomla! Stream Interface |
![]() |
Abstract Table class |
![]() |
Update class. |
![]() |
Authentication class, provides an interface for the Joomla authentication system |
![]() |
User class. Handles all application interaction with a user |
![]() |
Tree Node Class. |
![]() |
Abstract observable class to implement the observer design pattern |
![]() |
Abstract observer class to implement the observer design pattern |
![]() |
Tree Class. |
![]() |
Helper class to load Categorytree |
![]() |
Base class for a Joomla Controller |
![]() |
Base class for a Joomla Model |
![]() |
Base class for a Joomla View |
An array of error messages or Exception objects.
Class constructor, overridden in descendant classes.
Sets a default value if not alreay assigned
Returns a property of the object or the default value if the property is not set.
Get the most recent error message.
Returns an associative array of object properties.
Modifies a property of the object, creating it if it does not already exist.
Add an error message.
Set the object properties based on a named array/hash.
Magic method to convert the object to a string gracefully.
Documentation generated on Tue, 19 Nov 2013 15:09:44 +0100 by phpDocumentor 1.4.3