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. | ||
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
<source lang="php"> | <source lang="php"> | ||
− | public | + | public function getName () |
</source> | </source> | ||
− | === | + | * '''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]] | ||
− | + | ||
− | + | ===User contributed notes=== | |
− | + | === Code Examples === | |
− | |||
− | === | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | ===Examples=== | ||
− | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JView::getName | category=JView::getName | ||
− | + | namespace=CodeExample | |
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
+ | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
− | <noinclude>[[Category: | + | <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.
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]
JView::getName source code on BitBucket
Class JView
Subpackage Application
- Other versions of JView::getName
User contributed notes[edit]
Code Examples[edit]