Class ProtectorRegistry
| Methods | ||
|---|---|---|
protected
|
__construct()
ProtectorRegistry constructor.
ProtectorRegistry constructor. |
# |
public
static
|
getInstance(): ProtectorRegistry
|
# |
public
|
setEntry($key, $item): bool
|
# |
public
|
unsetEntry($key)
|
# |
public
|
getEntry($key): null
|
# |
public
|
isEntry($key): bool
|
# |
public
|
lockEntry($key): bool
|
# |
public
|
unlockEntry($key)
|
# |
public
|
isLocked($key): bool
|
# |
public
|
unsetAll()
|
# |
| Properties | |||
|---|---|---|---|
public
|
|
$_entries
|
# |
public
|
|
$_locks
|
# |