ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilWebDAVMountInstructionsTableDataProvider Class Reference
+ Collaboration diagram for ilWebDAVMountInstructionsTableDataProvider:

Public Member Functions

 __construct (protected ilWebDAVMountInstructionsRepository $mount_instructions_repository)
 
 getList ()
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ilWebDAVMountInstructionsTableDataProvider::__construct ( protected ilWebDAVMountInstructionsRepository  $mount_instructions_repository)

Definition at line 23 of file class.ilWebDAVMountInstructionsTableDataProvider.php.

24 {
25 }

Member Function Documentation

◆ getList()

ilWebDAVMountInstructionsTableDataProvider::getList ( )

Definition at line 27 of file class.ilWebDAVMountInstructionsTableDataProvider.php.

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

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