ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
class.ilBiblAdminLibraryFacade.php
Go to the documentation of this file.
1<?php
2
9{
10
14 protected $object_id;
18 protected $ref_id;
19
20
26 public function __construct(ilObjBibliographicAdmin $ilias_object)
27 {
28 $this->object_id = $ilias_object->getId();
29 $this->ref_id = $ilias_object->getRefId();
30 }
31
32
36 public function iliasObjId()
37 {
38 return $this->object_id;
39 }
40
41
45 public function iliasRefId()
46 {
47 return $this->ref_id;
48 }
49
50
54 public function libraryFactory()
55 {
56 return new ilBiblLibraryFactory();
57 }
58}
An exception for terminatinating execution or to throw for unit testing.
Interface ilBiblAdminLibraryFacade.
__construct(ilObjBibliographicAdmin $ilias_object)
ilBiblAdminLibraryFacade constructor.
Class ilBiblLibraryFactory.
Class ilObjBibliographicAdmin.
getRefId()
get reference id @access public
getId()
get object id @access public
Interface ilBiblAdminLibraryFacadeInterface.