API17

Difference between revisions of "JElement::getName"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (preparing for archive only)
 
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JElement::getName==
 
=={{JVer|11.1}} JElement::getName==
 
===Description===
 
===Description===
get the element name  
+
Get the element name.
 +
 
 +
 
  
{{Description:JElement::getName}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JElement::getName|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JElement->getName ()
+
public function getName ()
 
</source>
 
</source>
===Returns===
+
* '''Returns''' string type of the parameter
string type of the parameter
+
* '''Defined''' on line 56 of libraries/joomla/html/parameter/element.php
===Defined in===
 
libraries/joomla/html/parameter/element.php
 
===Referenced by===
 
 
===See also===
 
===See also===
<span class="editsection" style="font-size:76%;">
+
* {{JVer|11.1}} '''JElement::getName source code''' on [[jplatform:html/parameter/element.php#cl-48|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JElement::getName|Edit See Also]]<nowiki>]</nowiki>
+
* {{JVer|11.1}} Class [[API17:JElement|JElement]]
</span>
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* [[JElement/11.1|JElement]]
+
* [[API17:JElement::getName|Other versions of JElement::getName]]
* [[JElement::getName|Other versions of this method]]
+
 
{{SeeAlso:JElement::getName}}
+
 
===Examples===
+
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JElement::getName
 
category=JElement::getName
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JElement]][[Category:JElement::getName]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 21:55, 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 JElement::getName[edit]

Description[edit]

Get the element name.


public function getName ()
  • Returns string type of the parameter
  • Defined on line 56 of libraries/joomla/html/parameter/element.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]