FauxLock
extends LockAbstract
in package
FauxLock doesn't actually lock anything.
This is used during the import process to keep the locks from becoming a bottleneck.
Table of Contents
- isLocked() : mixed
- releaseLock() : mixed
- getLock() : mixed
Methods
isLocked()
public
isLocked(mixed $name) : mixed
Parameters
- $name : mixed
Return values
mixed —releaseLock()
public
releaseLock(mixed $name) : mixed
Parameters
- $name : mixed
Return values
mixed —getLock()
protected
getLock(mixed $name, mixed $blocking) : mixed
Parameters
- $name : mixed
- $blocking : mixed