API17

Difference between revisions of "JElementList:: getOptions"

From Joomla! Documentation

m (JoomlaWikiBot moved page JElementList:: getOptions/11.1 to API17:JElementList:: getOptions without leaving a redirect: Robot: Moved page)
m (preparing for archive only)
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
Get the options for the element.  
 
Get the options for the element.  
  
{{Description:JElementList::_getOptions}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JElementList::_getOptions|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
protected function _getOptions (&$node)
 
protected function _getOptions (&$node)
Line 29: Line 27:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JElementList::_getOptions source code''' on [[jplatform:html/parameter/element/list.php#cl-29|BitBucket]]
 
* {{JVer|11.1}} '''JElementList::_getOptions source code''' on [[jplatform:html/parameter/element/list.php#cl-29|BitBucket]]
* {{JVer|11.1}} Class [[JElementList/11.1|JElementList]]
+
* {{JVer|11.1}} Class [[API17:JElementList|JElementList]]
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* [[JElementList::_getOptions|Other versions of JElementList::_getOptions]]
+
* [[API17:JElementList::_getOptions|Other versions of JElementList::_getOptions]]
{{SeeAlso:JElementList::_getOptions}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JElementList::_getOptions|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JElementList::_getOptions
 
category=JElementList::_getOptions
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
Line 47: Line 43:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JElementList]][[Category:JElementList::_getOptions]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 21:56, 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 JElementList::_getOptions[edit]

Description[edit]

Get the options for the element.


protected function _getOptions (&$node)
Parameter Type Default Description
&$node object The current XML node.
  • Returns array
  • Defined on line 37 of libraries/joomla/html/parameter/element/list.php
  • Since Joomla 11.1

See also[edit]


User contributed notes[edit]

Code Examples[edit]