API17

Difference between revisions of "JLanguage::getCallerInfo"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Updated to r1448:247ba8d88526)
(One intermediate revision by the same user not shown)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JLanguage::getCallerInfo|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JLanguage::getCallerInfo|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
protected JLanguage->getCallerInfo ()
+
protected function getCallerInfo ()
 
</source>
 
</source>
===Returns===
+
* '''Returns''' array Caller information
array Caller information
+
* '''Defined''' on line 812 of libraries/joomla/language/language.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/language/language.php
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JLanguage::getCallerInfo source code''' on [[jplatform:language/language.php#cl-804|BitBucket]]
 +
* {{JVer|11.1}} Class [[JLanguage/11.1|JLanguage]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Language/11.1|Language]]
 +
* [[JLanguage::getCallerInfo|Other versions of JLanguage::getCallerInfo]]
 +
{{SeeAlso:JLanguage::getCallerInfo}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JLanguage::getCallerInfo|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JLanguage::getCallerInfo|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JLanguage/11.1|JLanguage]]
+
===User contributed notes===
* [[JLanguage::getCallerInfo|Other versions of this method]]
 
{{SeeAlso:JLanguage::getCallerInfo}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 34: Line 31:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JLanguage]][[Category:JLanguage::getCallerInfo]]</noinclude>
 
<noinclude>[[Category:JLanguage]][[Category:JLanguage::getCallerInfo]]</noinclude>

Revision as of 21:17, 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 JLanguage::getCallerInfo[edit]

Description[edit]

Determine who called or .

Template:Description:JLanguage::getCallerInfo [Edit Descripton]

protected function getCallerInfo ()
  • Returns array Caller information
  • Defined on line 812 of libraries/joomla/language/language.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JLanguage::getCallerInfo [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />