API17

Difference between revisions of "JFormFieldCacheHandler::getOptions"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 16: Line 16:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JFormFieldCacheHandler::getOptions source code''' on [[jplatform:form/fields/cachehandler.php#cl-34|BitBucket]]
 
* {{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}} Class [[API17:JFormFieldCacheHandler|JFormFieldCacheHandler]]
* {{JVer|11.1}} Subpackage [[Subpackage_Form/11.1|Form]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Form|Form]]
* [[JFormFieldCacheHandler::getOptions|Other versions of JFormFieldCacheHandler::getOptions]]
+
* [[API17:JFormFieldCacheHandler::getOptions|Other versions of JFormFieldCacheHandler::getOptions]]
 
{{SeeAlso:JFormFieldCacheHandler::getOptions}}
 
{{SeeAlso:JFormFieldCacheHandler::getOptions}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:45, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JFormFieldCacheHandler::getOptions[edit]

Description[edit]

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[edit]

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

User contributed notes[edit]

<CodeExamplesForm />