wCMF  3.6
 All Classes Namespaces Files Functions Variables Groups Pages
NullLockManager Class Reference
+ Inheritance diagram for NullLockManager:

Public Member Functions

 aquireLockImpl ($authUser, $session, $oid, $lockDate)
 
 releaseLockImpl ($authUser, $session, $oid)
 
 releaseAllLocksImpl ($authUser, $session)
 
 getLockImpl ($oid)
 
- Public Member Functions inherited from LockManager
getInstance ()
 
 handleLocking (&$object, $name)
 
 aquireLock ($oid)
 
 releaseLock ($oid)
 
 releaseLocks ($oid)
 
 releaseAllLocks ()
 
 getLockMessage ($lock, $objectText)
 
 getLock ($oid)
 
getUser ()
 
 aquireLockImpl ($useroid, $sessid, $oid, $lockDate)
 
 releaseLockImpl ($useroid, $sessid, $oid)
 
 releaseAllLocksImpl ($useroid, $sessid)
 
 getLockImpl ($oid)
 

Detailed Description

NullLockManager acts as if no LockManager was installed. Use this to disable locking.

wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH

Licensed under the terms of any of the following licenses at your choice:

See the license.txt file distributed with this work for additional information.

Id:
class.NullLockManager.php 1462 2014-02-04 23:52:27Z iherwig
Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 29 of file class.NullLockManager.php.

Member Function Documentation

NullLockManager::aquireLockImpl (   $authUser,
  $session,
  $oid,
  $lockDate 
)
See Also
LockManager::aquireLockImpl();

Definition at line 34 of file class.NullLockManager.php.

NullLockManager::releaseLockImpl (   $authUser,
  $session,
  $oid 
)
See Also
LockManager::releaseLockImpl();

Definition at line 38 of file class.NullLockManager.php.

NullLockManager::releaseAllLocksImpl (   $authUser,
  $session 
)
See Also
LockManager::releaseAllLocksImpl();

Definition at line 42 of file class.NullLockManager.php.

NullLockManager::getLockImpl (   $oid)
See Also
LockManager::getLockImpl();

Definition at line 46 of file class.NullLockManager.php.


The documentation for this class was generated from the following file: