API17:JCacheControllerCallback::get
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JCacheControllerCallback::get|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JCacheControllerCallback::get|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function get ( |
| + | $callback | ||
| + | $args=array | ||
| + | $id=false | ||
| + | $wrkarounds=false | ||
| + | $woptions=array | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 47: | Line 50: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' mixed Result of the callback | |
| − | mixed Result of the callback | + | * '''Defined''' on line 59 of libraries/joomla/cache/controller/callback.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/cache/controller/callback.php | + | |
| − | * | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JCacheControllerCallback::get source code''' on [[jplatform:cache/controller/callback.php#cl-51|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JCacheControllerCallback/11.1|JCacheControllerCallback]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Cache/11.1|Cache]] | ||
| + | * [[JCacheControllerCallback::get|Other versions of JCacheControllerCallback::get]] | ||
| + | {{SeeAlso:JCacheControllerCallback::get}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JCacheControllerCallback::get|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JCacheControllerCallback::get|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 68: | Line 70: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JCacheControllerCallback]][[Category:JCacheControllerCallback::get]]</noinclude> | <noinclude>[[Category:JCacheControllerCallback]][[Category:JCacheControllerCallback::get]]</noinclude> | ||
Revision as of 20:15, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JCacheControllerCallback::get
Description
Executes a cacheable callback if not found in cache else returns cached output and result.
Description:JCacheControllerCallback::get [Edit Descripton]
public function get ( $callback $args=array $id=false $wrkarounds=false $woptions=array )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $callback | mixed | Callback or string shorthand for a callback | |
| $args | array | array() | Callback arguments |
| $id | string | false | Cache id |
| $wrkarounds | boolean | false | Perform workarounds on data? |
| $woptions | array | array() | Workaround options |
- Returns mixed Result of the callback
- Defined on line 59 of libraries/joomla/cache/controller/callback.php
- Since
See also
-
JCacheControllerCallback::get source code on BitBucket
-
Class JCacheControllerCallback
-
Subpackage Cache
- Other versions of JCacheControllerCallback::get
SeeAlso:JCacheControllerCallback::get [Edit See Also]
User contributed notes
<CodeExamplesForm />
