ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
interface.ilBiblEntryInterface.php
Go to the documentation of this file.
1
<?
php
2
8
interface
ilBiblEntryInterface
9
{
10
14
public
function
setId
(
$id
);
15
16
20
public
function
getId
();
21
25
public
function
getDataId
();
26
27
31
public
function
setDataId
($data_id);
32
36
public
function
getType
();
37
38
42
public
function
setType
(
$type
);
43
}
ilBiblEntryInterface\setId
setId($id)
$type
$type
Definition:
proxy_ylocal.php:10
$id
if(!array_key_exists('StateId', $_REQUEST)) $id
Definition:
expirywarning.php:14
ilBiblEntryInterface\setDataId
setDataId($data_id)
ilBiblEntryInterface\getId
getId()
ilBiblEntryInterface\setType
setType($type)
ilBiblEntryInterface\getType
getType()
ilBiblEntryInterface\getDataId
getDataId()
php
ilBiblEntryInterface
Interface ilBiblEntryInterface.
Definition:
interface.ilBiblEntryInterface.php:8
Modules
Bibliographic
interfaces
Entry
interface.ilBiblEntryInterface.php
Generated on Thu Jan 16 2025 19:01:59 for ILIAS by
1.8.13 (using
Doxyfile
)