ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilBiblAdminLibraryFacade.php
Go to the documentation of this file.
1 <?php
2 
25 {
26  protected int $object_id;
27  protected int $ref_id;
28 
29 
33  public function __construct(ilObjBibliographicAdmin $ilias_object)
34  {
35  $this->object_id = $ilias_object->getId();
36  $this->ref_id = $ilias_object->getRefId();
37  }
38 
39 
43  public function iliasObjId(): int
44  {
45  return $this->object_id;
46  }
47 
48 
52  public function iliasRefId(): int
53  {
54  return $this->ref_id;
55  }
56 
57 
62  {
63  return new ilBiblLibraryFactory();
64  }
65 }
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...
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...
__construct(ilObjBibliographicAdmin $ilias_object)
ilBiblAdminLibraryFacade constructor.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...