ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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: