API17

Difference between revisions of "JFormFieldCacheHandler"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (preparing for archive only)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JFormFieldCacheHandler==
 
=={{JVer|11.1}} JFormFieldCacheHandler==
 
===Description===
 
===Description===
{{Description:JFormFieldCacheHandler}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JFormFieldCacheHandler|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 12:
 
|-
 
|-
 
|protected  
 
|protected  
|[[JFormFieldCacheHandler::getOptions/11.1|getOptions]]
+
|[[API17:JFormFieldCacheHandler::getOptions|getOptions]]
 
|Method to get the field options.  
 
|Method to get the field options.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/form/fields/cachehandler.php
 
* '''Defined in''' libraries/joomla/form/fields/cachehandler.php
* '''Extends''' [[JFormFieldList/11.1|JFormFieldList]]
+
* '''Extends''' [[API17:JFormFieldList|JFormFieldList]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.form.fields.cachehandler' );</source>
 
<source lang="php">jimport( 'joomla.form.fields.cachehandler' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JFormFieldCacheHandler source code''' on [[jplatform:form/fields/cachehandler.php|BitBucket]]
 
* {{JVer|11.1}} '''JFormFieldCacheHandler source code''' on [[jplatform:form/fields/cachehandler.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Form/11.1|Form]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Form|Form]]
* [[JFormFieldCacheHandler|Other versions of JFormFieldCacheHandler]]
+
* [[API17:JFormFieldCacheHandler|Other versions of JFormFieldCacheHandler]]
{{SeeAlso:JFormFieldCacheHandler}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JFormFieldCacheHandler|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JFormFieldCacheHandler
 
category=JFormFieldCacheHandler
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*

Latest revision as of 22:05, 24 March 2017

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

Description[edit]

Methods[edit]

Visibility Method name Description
protected getOptions Method to get the field options.
  • Defined in libraries/joomla/form/fields/cachehandler.php
  • Extends JFormFieldList

Importing[edit]

jimport( 'joomla.form.fields.cachehandler' );

See also[edit]


User contributed notes[edit]

Code Examples[edit]