API17:JCacheControllerView::get
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public JCacheControllerView::get (&$view, $method, $id=false, $wrkarounds=true) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 45: | Line 45: | ||
boolean True if the cache is hit (false else) | boolean True if the cache is hit (false else) | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/cache/controller/view.php | + | libraries/joomla/cache/controller/view.php (line 33) |
| + | * see source code in [[jplatform:cache/controller/view.php#cl-33|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:00, 23 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.
JCacheControllerView::get
Description
Get the cached view data.
Description:JCacheControllerView::get [Edit Descripton]
Since
Synopsis
public JCacheControllerView::get (&$view, $method, $id=false, $wrkarounds=true)
| Parameter | Type | Default | Description |
|---|---|---|---|
| &$view | object | $view The view object to cache output for | |
| $method | string | The method name of the view method to cache output for | |
| $id | string | false | $group The cache data group |
| $wrkarounds | string | true | $id The cache data id |
Returns
boolean True if the cache is hit (false else)
Defined in
libraries/joomla/cache/controller/view.php (line 33)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JCacheControllerView::get
Examples
<CodeExamplesForm />
