XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
Legacy_ModuleCacheInformation Class Reference
Inheritance diagram for Legacy_ModuleCacheInformation:
Legacy_AbstractCacheInformation

Public Member Functions

 setModule (&$module)
 
 reset ()
 
 getCacheFilePath ()
 
- Public Member Functions inherited from Legacy_AbstractCacheInformation
 hasSetEnable ()
 
 setEnableCache ($flag)
 
 isEnableCache ()
 

Data Fields

 $mModule = null
 
 $mURL = null
 
 $mGetCacheFilePath = null
 
- Data Fields inherited from Legacy_AbstractCacheInformation
 $mIdentityArr = []
 
 $mGroupArr = []
 
 $_mEnableCache = false
 
 $mAttributes = []
 

Detailed Description

Definition at line 107 of file Legacy_CacheInformation.class.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( )

Reimplemented from Legacy_AbstractCacheInformation.

Definition at line 131 of file Legacy_CacheInformation.class.php.

Member Function Documentation

◆ getCacheFilePath()

getCacheFilePath ( )

Gets a file path of a cache file for module contents.

Returns
string

Reimplemented from Legacy_AbstractCacheInformation.

Definition at line 159 of file Legacy_CacheInformation.class.php.

◆ reset()

reset ( )

Resets member properties to reuse this object.

Reimplemented from Legacy_AbstractCacheInformation.

Definition at line 148 of file Legacy_CacheInformation.class.php.

◆ setModule()

setModule ( & $module)

Sets a module object.

Parameters
XoopsModule$module

Definition at line 143 of file Legacy_CacheInformation.class.php.

Field Documentation

◆ $mGetCacheFilePath

$mGetCacheFilePath = null

Definition at line 129 of file Legacy_CacheInformation.class.php.

◆ $mModule

$mModule = null

Definition at line 115 of file Legacy_CacheInformation.class.php.

◆ $mURL

$mURL = null

Definition at line 124 of file Legacy_CacheInformation.class.php.


The documentation for this class was generated from the following file: