ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
interface.ilBiblLibraryFactoryInterface.php
Go to the documentation of this file.
1 <?php
2 
9 {
10 
14  public function getAll();
15 
16 
22  public function findById($id);
23 
24 
28  public function getEmptyInstance();
29 }
Interface ilBiblLibraryFactoryInterface.