Difference between revisions of "JCacheControllerView"
From Joomla! Documentation
m (JoomlaWikiBot moved page JCacheControllerView/11.1 to API17:JCacheControllerView without leaving a redirect: Robot: Moved page) |
m (preparing for archive only) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
=={{JVer|11.1}} JCacheControllerView== | =={{JVer|11.1}} JCacheControllerView== | ||
===Description=== | ===Description=== | ||
− | + | ||
− | + | ||
− | |||
− | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
Line 14: | Line 12: | ||
|- | |- | ||
|public | |public | ||
− | |[[JCacheControllerView::get | + | |[[API17:JCacheControllerView::get|get]] |
|Get the cached view data. | |Get the cached view data. | ||
|- | |- | ||
|} | |} | ||
* '''Defined in''' libraries/joomla/cache/controller/view.php | * '''Defined in''' libraries/joomla/cache/controller/view.php | ||
− | * '''Extends''' [[JCacheController | + | * '''Extends''' [[API17:JCacheController|JCacheController]] |
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.cache.controller.view' );</source> | <source lang="php">jimport( 'joomla.cache.controller.view' );</source> | ||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JCacheControllerView source code''' on [[jplatform:cache/controller/view.php|BitBucket]] | * {{JVer|11.1}} '''JCacheControllerView source code''' on [[jplatform:cache/controller/view.php|BitBucket]] | ||
− | * {{JVer|11.1}} Subpackage [[Subpackage Cache | + | * {{JVer|11.1}} Subpackage [[API17:Subpackage Cache|Cache]] |
− | * [[JCacheControllerView|Other versions of JCacheControllerView]] | + | * [[API17:JCacheControllerView|Other versions of JCacheControllerView]] |
− | + | ||
− | + | ||
− | |||
− | |||
===User contributed notes=== | ===User contributed notes=== | ||
− | + | === Code Examples === | |
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JCacheControllerView | category=JCacheControllerView | ||
− | + | namespace=CodeExample | |
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
Line 41: | Line 37: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
− | <noinclude> | + | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> |
Latest revision as of 20:25, 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.
JCacheControllerView[edit]
Description[edit]
Methods[edit]
Visibility | Method name | Description |
---|---|---|
public | get | Get the cached view data. |
- Defined in libraries/joomla/cache/controller/view.php
- Extends JCacheController
Importing[edit]
jimport( 'joomla.cache.controller.view' );
See also[edit]
JCacheControllerView source code on BitBucket
Subpackage Cache
- Other versions of JCacheControllerView
User contributed notes[edit]
Code Examples[edit]