ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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 ()
 
 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.

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

34  {
35  $this->object_id = $ilias_object->getId();
36  $this->ref_id = $ilias_object->getRefId();
37  }
+ Here is the call graph for this function:

Member Function Documentation

◆ iliasObjId()

ilBiblAdminLibraryFacade::iliasObjId ( )

Implements ilBiblAdminLibraryFacadeInterface.

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

References $object_id.

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

◆ iliasRefId()

ilBiblAdminLibraryFacade::iliasRefId ( )

Implements ilBiblAdminLibraryFacadeInterface.

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

References $ref_id.

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

◆ libraryFactory()

ilBiblAdminLibraryFacade::libraryFactory ( )

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: