API17

Difference between revisions of "JView::getName"

From Joomla! Documentation

(Layout updates)
m (preparing for archive only)
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Method to get the view name.  
 
Method to get the view name.  
  
{{Description:JView::getName}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JView::getName|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JView::getName ()
+
public function getName ()
 
</source>
 
</source>
===Returns===
+
* '''Returns'''
 +
* '''Defined''' on line 405 of libraries/joomla/application/component/view.php
 +
===See also===
 +
* {{JVer|11.1}} '''JView::getName source code''' on [[jplatform:application/component/view.php#cl-397|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JView|JView]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
 +
* [[API17:JView::getName|Other versions of JView::getName]]
  
===Defined in===
+
 
libraries/joomla/application/component/view.php (line 424)
+
===User contributed notes===
* see source code in [[jplatform:application/component/view.php#cl-424|BitBucket]]
+
=== Code Examples ===
===Referenced by===
 
===See also===
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JView::getName|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
* [[JView/11.1|JView]]
 
* [[JView::getName|Other versions of this method]]
 
{{SeeAlso:JView::getName}}
 
===Examples===
 
<CodeExamplesForm />
 
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JView::getName
 
category=JView::getName
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JView]][[Category:JView::getName]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:57, 24 March 2017

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

Description[edit]

Method to get the view name.


public function getName ()
  • Returns
  • Defined on line 405 of libraries/joomla/application/component/view.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]