API17

Difference between revisions of "JLog::setInstance"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (→‎See also: moving preparation)
(2 intermediate revisions by the same user not shown)
Line 28: Line 28:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JLog::setInstance source code''' on [[jplatform:log/log.php#cl-255|BitBucket]]
 
* {{JVer|11.1}} '''JLog::setInstance source code''' on [[jplatform:log/log.php#cl-255|BitBucket]]
* {{JVer|11.1}} Class [[JLog/11.1|JLog]]
+
* {{JVer|11.1}} Class [[API17:JLog|JLog]]
* {{JVer|11.1}} Subpackage [[Subpackage_Log/11.1|Log]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Log|Log]]
* [[JLog::setInstance|Other versions of JLog::setInstance]]
+
* [[API17:JLog::setInstance|Other versions of JLog::setInstance]]
 
{{SeeAlso:JLog::setInstance}}
 
{{SeeAlso:JLog::setInstance}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 46: Line 46:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JLog]][[Category:JLog::setInstance]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:08, 11 May 2013

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 JLog::setInstance[edit]

Description[edit]

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

Template:Description:JLog::setInstance [Edit Descripton]

public static function setInstance ($instance)
Parameter Type Default Description
$instance
  • Returns
  • Defined on line 263 of libraries/joomla/log/log.php

See also[edit]

Template:SeeAlso:JLog::setInstance [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />