JElementModuleLayouts:: getOptions: Difference between revisions
From Joomla! Documentation
m JoomlaWikiBot moved page JElementModuleLayouts:: getOptions/11.1 to API17:JElementModuleLayouts:: 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 list. | Get the options for the list. | ||
<source lang="php"> | <source lang="php"> | ||
protected function _getOptions (&$node) | protected function _getOptions (&$node) | ||
| Line 28: | Line 26: | ||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JElementModuleLayouts::_getOptions source code''' on [[jplatform:html/parameter/element/modulelayouts.php#cl-23|BitBucket]] | * {{JVer|11.1}} '''JElementModuleLayouts::_getOptions source code''' on [[jplatform:html/parameter/element/modulelayouts.php#cl-23|BitBucket]] | ||
* {{JVer|11.1}} Class [[JElementModuleLayouts | * {{JVer|11.1}} Class [[API17:JElementModuleLayouts|JElementModuleLayouts]] | ||
* {{JVer|11.1}} Subpackage [[Subpackage_Html | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]] | ||
* [[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=* | ||
| Line 46: | Line 42: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
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