JFormFieldCacheHandler::getOptions: Difference between revisions
From Joomla! Documentation
Layout updates |
Updated to r1448:247ba8d88526 |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JFormFieldCacheHandler::getOptions|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JFormFieldCacheHandler::getOptions|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
<source lang="php"> | <source lang="php"> | ||
protected | protected function getOptions () | ||
</source> | </source> | ||
* '''Returns''' array The field option objects. | |||
array The field option objects. | * '''Defined''' on line 42 of libraries/joomla/form/fields/cachehandler.php | ||
* '''Since''' {{JVer|11.1 }} | |||
libraries/joomla/form/fields/cachehandler.php | |||
* | |||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JFormFieldCacheHandler::getOptions source code''' on [[jplatform:form/fields/cachehandler.php#cl-34|BitBucket]] | |||
* {{JVer|11.1}} Class [[JFormFieldCacheHandler/11.1|JFormFieldCacheHandler]] | |||
* {{JVer|11.1}} Subpackage [[Subpackage_Form/11.1|Form]] | |||
* [[JFormFieldCacheHandler::getOptions|Other versions of JFormFieldCacheHandler::getOptions]] | |||
{{SeeAlso:JFormFieldCacheHandler::getOptions}} | |||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JFormFieldCacheHandler::getOptions|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JFormFieldCacheHandler::getOptions|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
===User contributed notes=== | |||
=== | |||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 35: | Line 31: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JFormFieldCacheHandler]][[Category:JFormFieldCacheHandler::getOptions]]</noinclude> | <noinclude>[[Category:JFormFieldCacheHandler]][[Category:JFormFieldCacheHandler::getOptions]]</noinclude> | ||
Revision as of 02:00, 28 April 2011
JFormFieldCacheHandler::getOptions
Description
Method to get the field options.
Template:Description:JFormFieldCacheHandler::getOptions [Edit Descripton]
protected function getOptions ()
- Returns array The field option objects.
- Defined on line 42 of libraries/joomla/form/fields/cachehandler.php
- Since

See also
JFormFieldCacheHandler::getOptions source code on BitBucket
Class JFormFieldCacheHandler
Subpackage Form- Other versions of JFormFieldCacheHandler::getOptions
Template:SeeAlso:JFormFieldCacheHandler::getOptions [Edit See Also]
User contributed notes
<CodeExamplesForm />