3declare(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)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
__construct(ilWebDAVMountInstructionsRepository $a_mount_instructions_repository)
 
ilWebDAVMountInstructionsRepository $mount_instructions_repository
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...