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/base/object.php (line 22)
Class | Description |
---|---|
JSite | Mock JSite class used to fool the frontend search plugins because they route the results. |
JBrowser | Browser class, provides capability information about the current web client. |
JURI | JURI Class |
JArchiveGzip | Gzip format adapter for the JArchive class |
JArchiveZip | ZIP format adapter for the JArchive class |
JArchiveTar | Tar format adapter for the JArchive class |
JArchiveBzip2 | Bzip2 format adapter for the JArchive class |
JStream | Joomla! Stream Interface |
JLDAP | LDAP client class |
JModel | Base class for a Joomla Model |
JView | Base class for a Joomla View |
JController | Base class for a Joomla Controller |
JPathway | Class to maintain a pathway. |
JCategoryNode | Helper class to load Categorytree |
JApplication | Base class for a Joomla! application. |
JMenu | JMenu class |
JRouter | Class to create and parse routes |
JApplicationBase | Joomla Platform Base Application Class |
JTable | Abstract Table class |
JSimpleCrypt | JSimpleCrypt is a very simple encryption algorithm for encrypting/decrypting strings |
JSimpleXML | SimpleXML implementation. |
JSimpleXMLElement | SimpleXML Element |
JDocumentRenderer | Abstract class for a renderer |
JDocument | Document class, provides an easy interface to parse and display a document |
JFeedItem | JFeedItem is an internal class that stores feed item information |
JFeedEnclosure | JFeedEnclosure is an internal class that stores feed enclosure information |
JFeedImage | JFeedImage is an internal class that stores feed image information |
JOpenSearchUrl | JOpenSearchUrl is an internal class that stores the search URLs for the OpenSearch description |
JOpenSearchImage | JOpenSearchImage is an internal class that stores Images for the OpenSearch Description |
JCache | Joomla! Cache base object |
JUser | User class. Handles all application interaction with a user |
JAuthentication | Authentication class, provides an interface for the Joomla authentication system |
JAuthenticationResponse | Authentication response class, provides an object for storing user and error details |
JObservable | Abstract observable class to implement the observer design pattern |
JAdapter | Adapter Class Retains common adapter pattern functions Class harvested from joomla.installer.installer |
JTree | Tree Class. |
JObserver | Abstract observer class to implement the observer design pattern |
JAdapterInstance | Adapter Instance Class |
JNode | Tree Node Class. |
JProfiler | Utility class to assist in the process of benchmarking the execution of sections of code to understand where time is being spent. |
JUpdate | Update class. |
JExtension | Extension object |
JLibraryManifest | Joomla! Library Manifest File |
JPackageManifest | Joomla! Package Manifest File |
JFilterInput | JFilterInput is a class for filtering input from any data source |
JLanguage | Languages/translation handler class |
JButton | Button base class |
JToolBar | ToolBar handler |
JEditor | JEditor class to handle WYSIWYG editors |
JPagination | Pagination Class. Provides a common interface for content pagination for the Joomla! Platform. |
JPaginationObject | Pagination object representing a particular item in the pagination lists. |
JElement | Parameter base class |
JPane | JPane abstract class |
JDispatcher | Class to handle dispatching of events. |
JEvent | JEvent Class |
JSessionStorage | Custom session storage handler for PHP |
JSession | Class for managing HTTP sessions |
JSchemaChangeitem | Each object represents one query, which is one line from a DDS SQL query. |
JSchemaChangeset | Contains a set of JSchemaChange objects for a particular instance of Joomla. |
JCaptcha | Joomla! Captcha base object |
JRouterInstallation | Class to create and parse routes |
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.
Return all errors, if any.
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.
Converts the object to a string (the class name).
Magic method to convert the object to a string gracefully.
Documentation generated on Mon, 25 Jun 2012 13:58:17 -0500 by phpDocumentor 1.4.4