|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Interface ilBiblEntryInterface. More...
Inheritance diagram for ilBiblEntryInterface:
Collaboration diagram for ilBiblEntryInterface: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().
Here is the caller graph for this function:| 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.