ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
interface.ilBiblEntryInterface.php
Go to the documentation of this file.
1 <?php
2 
9 {
10 
14  public function setId($id);
15 
16 
20  public function getId();
21 
22 
26  public function getDataId();
27 
28 
32  public function setDataId($data_id);
33 
34 
38  public function getType();
39 
40 
44  public function setType($type);
45 }
$type
Interface ilBiblEntryInterface.