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

Public Member Functions

 __construct (Factory $entity_factory, LocksRepository $locks_repository)
 

Detailed Description

Author
Fabian Schmid fabia.nosp@m.n@sr.nosp@m..solu.nosp@m.tion.nosp@m.s

Definition at line 29 of file GeneralLock.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\WebDAV\Lock\GeneralLock::__construct ( Factory  $entity_factory,
LocksRepository  $locks_repository 
)

Definition at line 31 of file GeneralLock.php.

34 {
36 new Backend(
37 $entity_factory,
38 $locks_repository
39 )
40 );
41 }
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc

References ILIAS\GlobalScreen\Provider\__construct().

+ Here is the call graph for this function:

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