XOOPS 2.5.6
Final
|
Public Member Functions | |
getEntry ($key) | |
isEntry ($key) | |
isLocked ($key) | |
lockEntry ($key) | |
ProtectorRegistry () | |
setEntry ($key, $item) | |
unlockEntry ($key) | |
unsetAll () | |
unsetEntry ($key) | |
Static Public Member Functions | |
static & | getInstance () |
Public Attributes | |
$_entries | |
$_locks | |
Definition at line 10 of file registry.php.
ProtectorRegistry::getEntry | ( | $key | ) |
Definition at line 46 of file registry.php.
Referenced by isEntry().
|
static |
Definition at line 21 of file registry.php.
References ProtectorRegistry().
ProtectorRegistry::isEntry | ( | $key | ) |
Definition at line 55 of file registry.php.
References getEntry().
ProtectorRegistry::isLocked | ( | $key | ) |
Definition at line 71 of file registry.php.
Referenced by setEntry().
ProtectorRegistry::lockEntry | ( | $key | ) |
Definition at line 60 of file registry.php.
ProtectorRegistry::ProtectorRegistry | ( | ) |
Definition at line 15 of file registry.php.
Referenced by getInstance().
ProtectorRegistry::setEntry | ( | $key, | |
$item | |||
) |
Definition at line 30 of file registry.php.
References isLocked().
ProtectorRegistry::unlockEntry | ( | $key | ) |
Definition at line 66 of file registry.php.
ProtectorRegistry::unsetAll | ( | ) |
Definition at line 76 of file registry.php.
ProtectorRegistry::unsetEntry | ( | $key | ) |
Definition at line 41 of file registry.php.
ProtectorRegistry::$_entries |
Definition at line 12 of file registry.php.
ProtectorRegistry::$_locks |
Definition at line 13 of file registry.php.