3 declare(strict_types=1);
    30     protected \ilDBInterface 
$db;
    38     public function note(): NoteDBRepository
    40         return new NoteDBRepository(
    48         return new NotesSessionRepository();
 Notes internal repo service. 
 
InternalDataService $data
 
Repository internal data service. 
 
__construct(InternalDataService $data, \ilDBInterface $db)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...