TYPO3 CMS  TYPO3_6-2
t3lib_lock Class Reference
Inheritance diagram for t3lib_lock:
TYPO3\CMS\Core\Locking\Locker

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Core\Locking\Locker
 __construct ($id, $method=self::LOCKING_METHOD_SIMPLE, $loops=0, $step=0)
 
 __destruct ()
 
 acquire ()
 
 acquireExclusiveLock ()
 
 acquireSharedLock ()
 
 release ()
 
 getMethod ()
 
 getId ()
 
 getResource ()
 
 getLockStatus ()
 
 isLocked ()
 
 setSyslogFacility ($syslogFacility)
 
 setEnableLogging ($isLoggingEnabled)
 
 sysLog ($message, $severity=0)
 
- Public Attributes inherited from TYPO3\CMS\Core\Locking\Locker
const LOCKING_METHOD_SIMPLE = 'simple'
 
const LOCKING_METHOD_FLOCK = 'flock'
 
const LOCKING_METHOD_SEMAPHORE = 'semaphore'
 
const LOCKING_METHOD_DISABLED = 'disable'
 
const FILE_LOCK_FOLDER = 'typo3temp/locks/'
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Locking\Locker
 getSemaphore ()
 
 createPathIfNeeded ()
 
- Protected Attributes inherited from TYPO3\CMS\Core\Locking\Locker
 $method = ''
 
 $id
 
 $resource
 
 $filePointer
 
 $isAcquired = FALSE
 
 $loops = 150
 
 $step = 200
 
 $syslogFacility = 'cms'
 
 $isLoggingEnabled = TRUE
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 1202 of file LegacyClassesForIde.php.