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

Public Member Functions

 __construct ( $name)
 
 isExpired ()
 
- Public Member Functions inherited from CacheDependency
 loadDependencyValues ()
 Hook to perform any expensive pre-serialize loading of dependency values. More...
 

Private Attributes

 $name
 
 $value
 

Detailed Description

Definition at line 278 of file CacheDependency.php.

Constructor & Destructor Documentation

◆ __construct()

ConstantDependency::__construct (   $name)

Definition at line 282 of file CacheDependency.php.

References $name, and name.

Member Function Documentation

◆ isExpired()

ConstantDependency::isExpired ( )
Returns
bool

Reimplemented from CacheDependency.

Definition at line 290 of file CacheDependency.php.

References $value, and name.

Member Data Documentation

◆ $name

ConstantDependency::$name
private

Definition at line 279 of file CacheDependency.php.

Referenced by __construct().

◆ $value

ConstantDependency::$value
private

Definition at line 280 of file CacheDependency.php.

Referenced by isExpired().


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