JElementModuleLayouts:: getOptions: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
| Line 4: | Line 4: | ||
Get the options for the list. | Get the options for the list. | ||
{{Description:JElementModuleLayouts::_getOptions}} | {{subst:Description:JElementModuleLayouts::_getOptions}} | ||
<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}} | {{subst:SeeAlso:JElementModuleLayouts::_getOptions}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 15:22, 24 March 2017
JElementModuleLayouts::_getOptions
Description
Get the options for the list.
{{subst:Description:JElementModuleLayouts::_getOptions}}
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
{{subst:SeeAlso:JElementModuleLayouts::_getOptions}}
User contributed notes
<CodeExamplesForm />