API17

JFormFieldCacheHandler::getOptions: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Layout updates
Doxiki2 (talk | contribs)
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>
===Since===
{{JVer|11.1 }}
===Synopsis===
<source lang="php">
<source lang="php">
protected JFormFieldCacheHandler::getOptions ()
protected function getOptions ()
</source>
</source>
===Returns===
* '''Returns''' array The field option objects.
array The field option objects.
* '''Defined''' on line 42 of libraries/joomla/form/fields/cachehandler.php
===Defined in===
* '''Since''' {{JVer|11.1 }}
libraries/joomla/form/fields/cachehandler.php (line 42)
* see source code in [[jplatform:form/fields/cachehandler.php#cl-42|BitBucket]]
===Referenced by===
===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>
* [[JFormFieldCacheHandler/11.1|JFormFieldCacheHandler]]
===User contributed notes===
* [[JFormFieldCacheHandler::getOptions|Other versions of this method]]
{{SeeAlso:JFormFieldCacheHandler::getOptions}}
===Examples===
<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

Joomla 11.1 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 Joomla 11.1

See also

Template:SeeAlso:JFormFieldCacheHandler::getOptions [Edit See Also]

User contributed notes

<CodeExamplesForm />