API17:JCache::getWorkarounds
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JCache::getWorkarounds|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JCache::getWorkarounds|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function getWorkarounds ( |
| + | $data | ||
| + | $options=array | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 32: | Line 32: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' string $body Body of cached data | |
| − | string $body Body of cached data | + | * '''Defined''' on line 397 of libraries/joomla/cache/cache.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/cache/cache.php | + | * '''Referenced by''' |
| − | * | + | ** [[JCacheControllerPage::get/11.1|JCacheControllerPage::get]] |
| − | + | ** [[JCacheControllerCallback::get/11.1|JCacheControllerCallback::get]] | |
| − | * [[JCacheControllerPage::get/11.1|JCacheControllerPage::get]] | + | ** [[JCacheControllerView::get/11.1|JCacheControllerView::get]] |
| − | * [[JCacheControllerCallback::get/11.1|JCacheControllerCallback::get]] | + | ** [[JDocumentHTML::getBuffer/11.1|JDocumentHTML::getBuffer]] |
| − | * [[JCacheControllerView::get/11.1|JCacheControllerView::get]] | + | |
| − | * [[JDocumentHTML::getBuffer/11.1|JDocumentHTML::getBuffer]] | + | |
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JCache::getWorkarounds source code''' on [[jplatform:cache/cache.php#cl-389|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JCache/11.1|JCache]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Cache/11.1|Cache]] | ||
| + | * [[JCache::getWorkarounds|Other versions of JCache::getWorkarounds]] | ||
| + | {{SeeAlso:JCache::getWorkarounds}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JCache::getWorkarounds|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JCache::getWorkarounds|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 57: | Line 57: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JCache]][[Category:JCache::getWorkarounds]]</noinclude> | <noinclude>[[Category:JCache]][[Category:JCache::getWorkarounds]]</noinclude> | ||
Revision as of 20:14, 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.
JCache::getWorkarounds
Description
Perform workarounds on retrieved cached data.
Description:JCache::getWorkarounds [Edit Descripton]
public static function getWorkarounds ( $data $options=array )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data | string | Cached data | |
| $options | array() |
- Returns string $body Body of cached data
- Defined on line 397 of libraries/joomla/cache/cache.php
- Since
- Referenced by
See also
-
JCache::getWorkarounds source code on BitBucket
-
Class JCache
-
Subpackage Cache
- Other versions of JCache::getWorkarounds
SeeAlso:JCache::getWorkarounds [Edit See Also]
User contributed notes
<CodeExamplesForm />
