JFactory::getApplication/1.5
From Joomla! Documentation
JFactory::getApplication
Description
Get a application object.
[Edit Descripton] The object returned will be of a type derived from JApplication.
Synopsis
public & JFactory->getApplication ($id=null, $config=array(), $prefix='J')
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | null | ||
| $config | array() | ||
| $prefix | 'J' |
Returns
Defined in
libraries/joomla/factory.php
Referenced by
- JRoute::_
- JError::customErrorPage
- JDocumentRendererHead::fetchHead
- JController::getModel
- JSessionStorageDatabase::write
See also
[Edit See Also] SeeAlso:JFactory/getApplication
Examples
<CodeExamplesForm />