MediaWiki  1.27.2
ConstantDependency Class Reference
Inheritance diagram for ConstantDependency:
Collaboration diagram for ConstantDependency:

Public Member Functions

 __construct ($name)
 
 isExpired ()
 
- Public Member Functions inherited from CacheDependency
 isExpired ()
 Returns true if the dependency is expired, false otherwise. More...
 
 loadDependencyValues ()
 Hook to perform any expensive pre-serialize loading of dependency values. More...
 

Private Attributes

 $name
 
 $value
 

Detailed Description

Definition at line 250 of file CacheDependency.php.

Constructor & Destructor Documentation

ConstantDependency::__construct (   $name)

Definition at line 254 of file CacheDependency.php.

References $name, and name.

Member Function Documentation

ConstantDependency::isExpired ( )
Returns
bool

Definition at line 262 of file CacheDependency.php.

References $value, and name.

Member Data Documentation

ConstantDependency::$name
private

Definition at line 251 of file CacheDependency.php.

Referenced by __construct().

ConstantDependency::$value
private

Definition at line 252 of file CacheDependency.php.

Referenced by isExpired().


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