ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
interface.ilBiblLibraryFactoryInterface.php
Go to the documentation of this file.
1
<?php
2
23
interface
ilBiblLibraryFactoryInterface
24
{
28
public
function
getAll
(): array;
29
30
public
function
findById
(
int
$id
):
\ilBiblLibraryInterface
;
31
32
public
function
getEmptyInstance
():
\ilBiblLibraryInterface
;
33
}
ilBiblLibraryInterface
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
interface.ilBiblLibraryInterface.php:23
ilBiblLibraryFactoryInterface\findById
findById(int $id)
ilBiblLibraryFactoryInterface
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
interface.ilBiblLibraryFactoryInterface.php:23
$id
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition:
plugin.php:23
ilBiblLibraryFactoryInterface\getEmptyInstance
getEmptyInstance()
ilBiblLibraryFactoryInterface\getAll
getAll()
components
ILIAS
Bibliographic
interfaces
Library
interface.ilBiblLibraryFactoryInterface.php
Generated on Sun Aug 31 2025 23:02:19 for ILIAS by
1.8.13 (using
Doxyfile
)