JFactory/1.5
From Joomla! Documentation
< JFactory(Difference between revisions)
(New page: __NOTOC__ <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JFactory}} ===Defined in=== l...) |
m (→See also: fixing link to API) |
||
| Line 93: | Line 93: | ||
{{SeeAlso:JFactory}} | {{SeeAlso:JFactory}} | ||
* [[JFactory|Other versions of this class]] | * [[JFactory|Other versions of this class]] | ||
| − | * [http://api.joomla.org/Joomla-Framework/JFactory.html JFactory on api.joomla.org] | + | * [http://api.joomla.org/1.5/Joomla-Framework/JFactory.html JFactory on api.joomla.org] |
===Examples=== | ===Examples=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Latest revision as of 14:29, 13 February 2013
[Edit Descripton] JFactory provides a simple means of organising the main singleton objects required by the Joomla Framework.
[edit] Defined in
libraries/joomla/factory.php
[edit] Subpackage
[edit] Extends
[edit] Extended by
[edit] Methods
| Method name | Description |
|---|---|
| _createACL | Create an ACL object. |
| _createConfig | Create a configuration object. |
| _createDBO | Create an database object. |
| _createDocument | Create a document object. |
| _createLanguage | Create a language object. |
| _createMailer | Create a mailer object. |
| _createSession | Create a session object. |
| _createTemplate | Create a template object. |
| getACL | Get an authorization object. |
| getApplication | Get a application object. |
| getCache | Get a cache object. |
| getConfig | Get a configuration object. |
| getDate | Return a reference to the object. |
| getDBO | Get a database object. |
| getDocument | Get a document object. |
| getEditor | Get an editor object. |
| getLanguage | Get a language object. |
| getMailer | Get a mailer object. |
| getSession | Get a session object. |
| getTemplate | Get a template object. |
| getURI | Return a reference to the object. |
| getUser | Get an user object. |
| getXMLParser | Get an XML document. |
[edit] Importing
jimport( 'joomla.factory' );
[edit] See also
[Edit See Also] SeeAlso:JFactory
[edit] Examples
<CodeExamplesForm />
This example was originally contributed by User:Bembelimen