JObjectJoomla 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 |
|---|---|
JSite
|
Mock JSite class used to fool the frontend search plugins because they route the results. |
JAdminCssMenu
|
Tree based class to render the admin menu |
JMenuNode
|
A Node for JAdminCssMenu |
JCaptcha
|
Joomla! Captcha base object |
JEditor
|
JEditor class to handle WYSIWYG editors |
JInstallerExtension
|
Extension object |
FOFController
|
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. |
FOFDispatcher
|
FrameworkOnFramework dispatcher class |
FOFModel
|
FrameworkOnFramework Model class. The Model is the worhorse. It performs all |
FOFTable
|
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. |
FOFView
|
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...). |
JAdapter
|
Adapter Class Retains common adapter pattern functions Class harvested from joomla.installer.installer |
JAdapterInstance
|
Adapter Instance Class |
JEventDispatcher
|
Class to handle dispatching of events. |
JEvent
|
JEvent Class |
JStream
|
Joomla! Stream Interface |
JTable
|
Abstract Table class |
JUpdate
|
Update class. |
JAuthentication
|
Authentication class, provides an interface for the Joomla authentication system |
JUser
|
User class. Handles all application interaction with a user |
JNode
|
Tree Node Class. |
JObservable
|
Abstract observable class to implement the observer design pattern |
JObserver
|
Abstract observer class to implement the observer design pattern |
JTree
|
Tree Class. |
JCategoryNode
|
Helper class to load Categorytree |
JControllerLegacy
|
Base class for a Joomla Controller |
JModelLegacy
|
Base class for a Joomla Model |
JViewLegacy
|
Base class for a Joomla View |
array
$_errors
= array() (line 32)
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