ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Interface ilBiblEntryInterface. More...
Public Member Functions | |
setId ($id) | |
getId () | |
getDataId () | |
setDataId ($data_id) | |
getType () | |
setType ($type) | |
Interface ilBiblEntryInterface.
Definition at line 8 of file interface.ilBiblEntryInterface.php.
ilBiblEntryInterface::getDataId | ( | ) |
Implemented in ilBiblEntry.
ilBiblEntryInterface::getId | ( | ) |
Implemented in ilBiblEntry.
Referenced by ilBiblAttributeFactory\getAttributesForEntry().
ilBiblEntryInterface::getType | ( | ) |
Implemented in ilBiblEntry.
ilBiblEntryInterface::setDataId | ( | $data_id | ) |
integer | $data_id |
Implemented in ilBiblEntry.
ilBiblEntryInterface::setId | ( | $id | ) |
int | $id |
Implemented in ilBiblEntry.
ilBiblEntryInterface::setType | ( | $type | ) |
string | $type |
Implemented in ilBiblEntry.