API17

Difference between revisions of "JUpdater::getInstance"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JUpdater::getInstance|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JUpdater::getInstance|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public & JUpdater::getInstance ()
+
public & function getInstance ()
 
</source>
 
</source>
===Returns===
+
* '''Returns''' object An installer object
object An installer object
+
* '''Defined''' on line 42 of libraries/joomla/updater/updater.php
===Defined in===
 
libraries/joomla/updater/updater.php (line 40)
 
* see source code in [[jplatform:updater/updater.php#cl-40|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JUpdater::getInstance source code''' on [[jplatform:updater/updater.php#cl-34|BitBucket]]
 +
* {{JVer|11.1}} Class [[JUpdater/11.1|JUpdater]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Updater/11.1|Updater]]
 +
* [[JUpdater::getInstance|Other versions of JUpdater::getInstance]]
 +
{{SeeAlso:JUpdater::getInstance}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JUpdater::getInstance|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JUpdater::getInstance|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JUpdater/11.1|JUpdater]]
+
===User contributed notes===
* [[JUpdater::getInstance|Other versions of this method]]
 
{{SeeAlso:JUpdater::getInstance}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 33: Line 30:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JUpdater]][[Category:JUpdater::getInstance]]</noinclude>
 
<noinclude>[[Category:JUpdater]][[Category:JUpdater::getInstance]]</noinclude>

Revision as of 21:53, 27 April 2011

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JUpdater::getInstance[edit]

Description[edit]

Returns a reference to the global Installer object, only creating it if it doesn't already exist.

Template:Description:JUpdater::getInstance [Edit Descripton]

public & function getInstance ()
  • Returns object An installer object
  • Defined on line 42 of libraries/joomla/updater/updater.php

See also[edit]

Template:SeeAlso:JUpdater::getInstance [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />