API17:JApplication::getInstance
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JApplication::getInstance
Description
Returns the global object, only creating it if it doesn't already exist.
Description:JApplication::getInstance [Edit Descripton]
public static function getInstance ( $client $config=array $prefix= 'J' )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $client | mixed | A client identifier or name. | |
| $config | array | array() | An optional associative array of configuration settings. |
| $prefix | 'J' |
- Returns $prefix The appliction object.
- Defined on line 131 of libraries/joomla/application/application.php
- Since
- Referenced by
See also
-
JApplication::getInstance source code on BitBucket
-
Class JApplication
-
Subpackage Application
- Other versions of JApplication::getInstance
SeeAlso:JApplication::getInstance [Edit See Also]
User contributed notes
<CodeExamplesForm />
