JFormFieldCacheHandler::getOptions: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
Layout updates |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
protected | protected JFormFieldCacheHandler::getOptions () | ||
</source> | </source> | ||
===Returns=== | ===Returns=== | ||
array The field option objects. | array The field option objects. | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/form/fields/cachehandler.php | libraries/joomla/form/fields/cachehandler.php (line 42) | ||
* see source code in [[jplatform:form/fields/cachehandler.php#cl-42|BitBucket]] | |||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 01:35, 24 April 2011
JFormFieldCacheHandler::getOptions
Description
Method to get the field options.
Template:Description:JFormFieldCacheHandler::getOptions [Edit Descripton]
Since
Synopsis
protected JFormFieldCacheHandler::getOptions ()
Returns
array The field option objects.
Defined in
libraries/joomla/form/fields/cachehandler.php (line 42)
- see source code in BitBucket
Referenced by
See also
Template:SeeAlso:JFormFieldCacheHandler::getOptions
Examples
<CodeExamplesForm />