ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilWebDAVMountInstructionsTableDataProvider Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Collaboration diagram for ilWebDAVMountInstructionsTableDataProvider:

Public Member Functions

 __construct (ilWebDAVMountInstructionsRepository $a_mount_instructions_repository)
 
 getList ()
 

Protected Attributes

ilWebDAVMountInstructionsRepository $mount_instructions_repository
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning

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

Constructor & Destructor Documentation

◆ __construct()

ilWebDAVMountInstructionsTableDataProvider::__construct ( ilWebDAVMountInstructionsRepository  $a_mount_instructions_repository)

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

26  {
27  $this->mount_instructions_repository = $a_mount_instructions_repository;
28  }

Member Function Documentation

◆ getList()

ilWebDAVMountInstructionsTableDataProvider::getList ( )

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

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

Field Documentation

◆ $mount_instructions_repository

ilWebDAVMountInstructionsRepository ilWebDAVMountInstructionsTableDataProvider::$mount_instructions_repository
protected

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