API17

JElementModuleLayouts:: getOptions: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m preparing for archive only
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
Get the options for the list.  
Get the options for the list.  


{{Description:JElementModuleLayouts::_getOptions}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JElementModuleLayouts::_getOptions|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
protected function _getOptions (&$node)
protected function _getOptions (&$node)
Line 31: Line 29:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* [[API17:JElementModuleLayouts::_getOptions|Other versions of JElementModuleLayouts::_getOptions]]
* [[API17:JElementModuleLayouts::_getOptions|Other versions of JElementModuleLayouts::_getOptions]]
{{SeeAlso:JElementModuleLayouts::_getOptions}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JElementModuleLayouts::_getOptions|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JElementModuleLayouts::_getOptions
category=JElementModuleLayouts::_getOptions
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:57, 25 March 2017

Joomla 11.1 JElementModuleLayouts::_getOptions

Description

Get the options for the list.


protected function _getOptions (&$node)
Parameter Type Default Description
&$node
  • Returns
  • Defined on line 31 of libraries/joomla/html/parameter/element/modulelayouts.php

See also


User contributed notes

Code Examples