JFormFieldCacheHandler::getOptions: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
m preparing for archive only |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
Method to get the field options. | Method to get the field options. | ||
<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 [[API17:JFormFieldCacheHandler|JFormFieldCacheHandler]] | |||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Form|Form]] | |||
* | * [[API17:JFormFieldCacheHandler::getOptions|Other versions of JFormFieldCacheHandler::getOptions]] | ||
* [[JFormFieldCacheHandler::getOptions|Other versions of | |||
===Examples=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JFormFieldCacheHandler::getOptions | category=JFormFieldCacheHandler::getOptions | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Latest revision as of 03:05, 25 March 2017
JFormFieldCacheHandler::getOptions
Description
Method to get the field options.
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
User contributed notes
Code Examples