ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilBiblLibraryFactory.php
Go to the documentation of this file.
1<?php
2
25{
29 public function getAll(): array
30 {
31 return ilBiblLibrary::get();
32 }
33
34
38 public function findById(int $id): \ilBiblLibraryInterface
39 {
42 }
43
44
49 {
50 return new ilBiblLibrary();
51 }
52}
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
static findOrFail($primary_key, array $add_constructor_args=[])
Tries to find the object and throws an Exception if object is not found, instead of returning null.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...