ILIAS  trunk Revision v12.0_alpha-1540-g00f839d5fa1
ILIAS\WebDAV\Mount\TableDataProvider Class Reference
+ Collaboration diagram for ILIAS\WebDAV\Mount\TableDataProvider:

Public Member Functions

 __construct (protected Repository $mount_instructions_repository)
 
 getList ()
 

Detailed Description

Definition at line 23 of file TableDataProvider.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\WebDAV\Mount\TableDataProvider::__construct ( protected Repository  $mount_instructions_repository)

Definition at line 25 of file TableDataProvider.php.

26 {
27 }

Member Function Documentation

◆ getList()

ILIAS\WebDAV\Mount\TableDataProvider::getList ( )

Definition at line 29 of file TableDataProvider.php.

29 : array
30 {
31 $items = $this->mount_instructions_repository->getAllMountInstructions();
32 return [
33 'items' => $items,
34 'cnt' => count($items),
35 ];
36 }

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