3 declare(strict_types=1);
27 $this->mount_instructions_repository = $a_mount_instructions_repository;
32 $items = $this->mount_instructions_repository->getAllMountInstructions();
33 return array(
'items' => $items,
34 'cnt' => count($items)
__construct(ilWebDAVMountInstructionsRepository $a_mount_instructions_repository)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilWebDAVMountInstructionsRepository $mount_instructions_repository
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...