ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilBiblLibraryFactory Class Reference

Class ilBiblLibraryFactory. More...

+ Inheritance diagram for ilBiblLibraryFactory:
+ Collaboration diagram for ilBiblLibraryFactory:

Public Member Functions

 getAll ()
 @inheritDoc More...
 
 findById ($id)
 @inheritDoc More...
 
 getEmptyInstance ()
 @inheritDoc More...
 
 getAll ()
 
 findById ($id)
 
 getEmptyInstance ()
 

Detailed Description

Member Function Documentation

◆ findById()

ilBiblLibraryFactory::findById (   $id)

@inheritDoc

Implements ilBiblLibraryFactoryInterface.

Definition at line 23 of file class.ilBiblLibraryFactory.php.

24 {
26 }
static findOrFail($primary_key, array $add_constructor_args=array())
Tries to find the object and throws an Exception if object is not found, instead of returning null.
if(!array_key_exists('StateId', $_REQUEST)) $id

References $id, and ActiveRecord\findOrFail().

+ Here is the call graph for this function:

◆ getAll()

ilBiblLibraryFactory::getAll ( )

@inheritDoc

Implements ilBiblLibraryFactoryInterface.

Definition at line 14 of file class.ilBiblLibraryFactory.php.

15 {
16 return ilBiblLibrary::get();
17 }

References ActiveRecord\get().

+ Here is the call graph for this function:

◆ getEmptyInstance()

ilBiblLibraryFactory::getEmptyInstance ( )

@inheritDoc

Implements ilBiblLibraryFactoryInterface.

Definition at line 32 of file class.ilBiblLibraryFactory.php.

33 {
34 return new ilBiblLibrary();
35 }
Class ilBiblLibrary.

The documentation for this class was generated from the following file: