ILIAS  trunk Revision v12.0_alpha-1540-g00f839d5fa1
ILIAS\WebDAV\Lock\LocksRepository Interface Reference
+ Inheritance diagram for ILIAS\WebDAV\Lock\LocksRepository:
+ Collaboration diagram for ILIAS\WebDAV\Lock\LocksRepository:

Public Member Functions

 existsFor (string $token)
 
 maybeGetLockFromToken (string $token)
 
 maybeGetLockFromObjId (int $obj_id)
 
 save (LockObject $ilias_lock)
 
 remove (string $token)
 
 purgeExpired ()
 
 updateLocks (int $old_obj_id, int $new_obj_id)
 

Detailed Description

Definition at line 23 of file LocksRepository.php.

Member Function Documentation

◆ existsFor()

ILIAS\WebDAV\Lock\LocksRepository::existsFor ( string  $token)

◆ maybeGetLockFromObjId()

ILIAS\WebDAV\Lock\LocksRepository::maybeGetLockFromObjId ( int  $obj_id)

◆ maybeGetLockFromToken()

ILIAS\WebDAV\Lock\LocksRepository::maybeGetLockFromToken ( string  $token)

◆ purgeExpired()

ILIAS\WebDAV\Lock\LocksRepository::purgeExpired ( )

◆ remove()

ILIAS\WebDAV\Lock\LocksRepository::remove ( string  $token)

◆ save()

ILIAS\WebDAV\Lock\LocksRepository::save ( LockObject  $ilias_lock)

◆ updateLocks()

ILIAS\WebDAV\Lock\LocksRepository::updateLocks ( int  $old_obj_id,
int  $new_obj_id 
)

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