ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
ilWebDAVMountInstructionsTableDataProvider Class Reference
+ Collaboration diagram for ilWebDAVMountInstructionsTableDataProvider:

Public Member Functions

 __construct (ilWebDAVMountInstructionsRepository $a_mount_instructions_repository)
 
 getList ()
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ilWebDAVMountInstructionsTableDataProvider::__construct ( ilWebDAVMountInstructionsRepository  $a_mount_instructions_repository)

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

6  {
7  $this->mount_instructions_repository = $a_mount_instructions_repository;
8  }

Member Function Documentation

◆ getList()

ilWebDAVMountInstructionsTableDataProvider::getList ( )

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

11  {
12  $items = $this->mount_instructions_repository->getAllMountInstructions();
13  return array('items' => $items,
14  'cnt' => count($items)
15  );
16  }

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