API17

Difference between revisions of "JApplication::getTemplate"

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:JApplication::getTemplate|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JApplication::getTemplate|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JApplication->getTemplate ($params=false)
+
public function getTemplate ($params=false)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 27: Line 24:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' string
string
+
* '''Defined''' on line 697 of libraries/joomla/application/application.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/application/application.php
+
* '''Referenced by'''
===Referenced by===
+
** [[JApplicationHelper::getPath/11.1|JApplicationHelper::getPath]]
* [[JApplicationHelper/getPath/11.1|JApplicationHelper::getPath]]
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JApplication::getTemplate source code''' on [[jplatform:application/application.php#cl-689|BitBucket]]
 +
* {{JVer|11.1}} Class [[JApplication/11.1|JApplication]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]]
 +
* [[JApplication::getTemplate|Other versions of JApplication::getTemplate]]
 +
{{SeeAlso:JApplication::getTemplate}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JApplication::getTemplate|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JApplication::getTemplate|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JApplication/11.1|JApplication]]
+
===User contributed notes===
* [[JApplication::getTemplate|Other versions of this method]]
 
{{SeeAlso:JApplication::getTemplate}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 48: Line 46:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JApplication]][[Category:JApplication::getTemplate]]</noinclude>
 
<noinclude>[[Category:JApplication]][[Category:JApplication::getTemplate]]</noinclude>

Revision as of 20:08, 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 JApplication::getTemplate[edit]

Description[edit]

Gets the name of the current template.

Template:Description:JApplication::getTemplate [Edit Descripton]

public function getTemplate ($params=false)
Parameter Type Default Description
$params false

See also[edit]

Template:SeeAlso:JApplication::getTemplate [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />