MediaWiki
1.34.0
|
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 | |
Definition at line 27 of file ConstantDependency.php.
ConstantDependency::__construct | ( | $name | ) |
Definition at line 31 of file ConstantDependency.php.
ConstantDependency::isExpired | ( | ) |
Reimplemented from CacheDependency.
Definition at line 39 of file ConstantDependency.php.
References $value.
|
private |
Definition at line 28 of file ConstantDependency.php.
Referenced by __construct().
|
private |
Definition at line 29 of file ConstantDependency.php.
Referenced by isExpired().