ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilBiblAdminLibraryFacade Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilBiblAdminLibraryFacade:
+ Collaboration diagram for ilBiblAdminLibraryFacade:

Public Member Functions

 __construct (ilObjBibliographicAdmin $ilias_object)
 ilBiblAdminLibraryFacade constructor. More...
 
 iliasObjId ()
 @inheritDoc More...
 
 iliasRefId ()
 @inheritDoc More...
 
 libraryFactory ()
 @inheritDoc More...
 
 iliasObjId ()
 
 iliasRefId ()
 
 libraryFactory ()
 

Protected Attributes

int $object_id
 
int $ref_id
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Interface ilBiblAdminLibraryFacade

Author
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch

Definition at line 24 of file class.ilBiblAdminLibraryFacade.php.

Constructor & Destructor Documentation

◆ __construct()

ilBiblAdminLibraryFacade::__construct ( ilObjBibliographicAdmin  $ilias_object)

ilBiblAdminLibraryFacade constructor.

Definition at line 33 of file class.ilBiblAdminLibraryFacade.php.

34 {
35 $this->object_id = $ilias_object->getId();
36 $this->ref_id = $ilias_object->getRefId();
37 }

References ilObject\getId(), and ilObject\getRefId().

+ Here is the call graph for this function:

Member Function Documentation

◆ iliasObjId()

ilBiblAdminLibraryFacade::iliasObjId ( )

@inheritDoc

Implements ilBiblAdminLibraryFacadeInterface.

Definition at line 43 of file class.ilBiblAdminLibraryFacade.php.

43 : int
44 {
45 return $this->object_id;
46 }

References $object_id.

◆ iliasRefId()

ilBiblAdminLibraryFacade::iliasRefId ( )

@inheritDoc

Implements ilBiblAdminLibraryFacadeInterface.

Definition at line 52 of file class.ilBiblAdminLibraryFacade.php.

52 : int
53 {
54 return $this->ref_id;
55 }

References $ref_id.

◆ libraryFactory()

ilBiblAdminLibraryFacade::libraryFactory ( )

@inheritDoc

Implements ilBiblAdminLibraryFacadeInterface.

Definition at line 61 of file class.ilBiblAdminLibraryFacade.php.

62 {
63 return new ilBiblLibraryFactory();
64 }
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...

Field Documentation

◆ $object_id

int ilBiblAdminLibraryFacade::$object_id
protected

Definition at line 26 of file class.ilBiblAdminLibraryFacade.php.

Referenced by iliasObjId().

◆ $ref_id

int ilBiblAdminLibraryFacade::$ref_id
protected

Definition at line 27 of file class.ilBiblAdminLibraryFacade.php.

Referenced by iliasRefId().


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