API17:JApplication::getInstance
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JApplication::getInstance|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JApplication::getInstance|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function getInstance ( |
| + | $client | ||
| + | $config=array | ||
| + | $prefix= 'J' | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 37: | Line 38: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' $prefix The appliction object. | |
| − | $prefix The appliction object. | + | * '''Defined''' on line 131 of libraries/joomla/application/application.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/application/application.php | + | * '''Referenced by''' |
| − | * | + | ** [[JFactory::getApplication/11.1|JFactory::getApplication]] |
| − | + | ||
| − | * [[JFactory::getApplication/11.1|JFactory::getApplication]] | + | |
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JApplication::getInstance source code''' on [[jplatform:application/application.php#cl-123|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JApplication/11.1|JApplication]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]] | ||
| + | * [[JApplication::getInstance|Other versions of JApplication::getInstance]] | ||
| + | {{SeeAlso:JApplication::getInstance}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JApplication::getInstance|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JApplication::getInstance|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 59: | Line 60: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JApplication]][[Category:JApplication::getInstance]]</noinclude> | <noinclude>[[Category:JApplication]][[Category:JApplication::getInstance]]</noinclude> | ||
Revision as of 20:08, 27 April 2011
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 />
