API17

Difference between revisions of "JView::setLayoutExt"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JView::setLayoutExt|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JView::setLayoutExt|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JView::setLayoutExt ($value)
+
public function setLayoutExt ($value)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 27: Line 24:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' string Previous value
string Previous value
+
* '''Defined''' on line 480 of libraries/joomla/application/component/view.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/application/component/view.php (line 502)
 
* see source code in [[jplatform:application/component/view.php#cl-502|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JView::setLayoutExt source code''' on [[jplatform:application/component/view.php#cl-472|BitBucket]]
 +
* {{JVer|11.1}} Class [[JView/11.1|JView]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]]
 +
* [[JView::setLayoutExt|Other versions of JView::setLayoutExt]]
 +
{{SeeAlso:JView::setLayoutExt}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JView::setLayoutExt|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JView::setLayoutExt|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JView/11.1|JView]]
+
===User contributed notes===
* [[JView::setLayoutExt|Other versions of this method]]
 
{{SeeAlso:JView::setLayoutExt}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 48: Line 44:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JView]][[Category:JView::setLayoutExt]]</noinclude>
 
<noinclude>[[Category:JView]][[Category:JView::setLayoutExt]]</noinclude>

Revision as of 21:57, 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 JView::setLayoutExt[edit]

Description[edit]

Allows a different extension for the layout files to be used.

Template:Description:JView::setLayoutExt [Edit Descripton]

public function setLayoutExt ($value)
Parameter Type Default Description
$value string The extension
  • Returns string Previous value
  • Defined on line 480 of libraries/joomla/application/component/view.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JView::setLayoutExt [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />