JElementModuleLayouts:: getOptions: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Get the options for the list. | Get the options for the list. | ||
<source lang="php"> | <source lang="php"> | ||
| Line 29: | 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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JElementModuleLayouts::_getOptions | category=JElementModuleLayouts::_getOptions | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:57, 25 March 2017
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
JElementModuleLayouts::_getOptions source code on BitBucket
Class JElementModuleLayouts
Subpackage Html- Other versions of JElementModuleLayouts::_getOptions
User contributed notes
Code Examples