[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/libraries/joomla/cache/handler/ -> view.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
License: GNU/GPL, see LICENSE.php
Version: $Id: view.php 14401 2010-01-26 14:10:00Z louis $
File Size: 150 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

JCacheView:: (2 methods):
  get()
  _makeId()


Class: JCacheView  - X-Ref

Joomla! Cache view type object

get( &$view, $method, $id=false )   X-Ref
Get the cached view data

param: object    $view    The view object to cache output for
param: string    $method    The method name of the view method to cache output for
param: string    $group    The cache data group
param: string    $id        The cache data id
return: boolean    True if the cache is hit (false else)

_makeId(&$view, $method)   X-Ref
Generate a view cache id

param: object    $view    The view object to cache output for
param: string    $method    The method name to cache for the view object
return: string    MD5 Hash : view cache id



Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1