|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Interface ilBiblAttributeInterface. More...
Inheritance diagram for ilBiblAttributeInterface:
Collaboration diagram for ilBiblAttributeInterface:Public Member Functions | |
| getEntryId () | |
| setEntryId ($entry_id) | |
| getName () | |
| setName ($name) | |
| getValue () | |
| setValue ($value) | |
| getId () | |
| setId ($id) | |
Interface ilBiblAttributeInterface.
Definition at line 8 of file interface.ilBiblAttributeInterface.php.
| ilBiblAttributeInterface::getEntryId | ( | ) |
Implemented in ilBiblAttribute.
| ilBiblAttributeInterface::getId | ( | ) |
Implemented in ilBiblAttribute.
| ilBiblAttributeInterface::getName | ( | ) |
Implemented in ilBiblAttribute.
Referenced by ilBiblFieldFactory\findOrCreateFieldOfAttribute().
Here is the caller graph for this function:| ilBiblAttributeInterface::getValue | ( | ) |
Implemented in ilBiblAttribute.
| ilBiblAttributeInterface::setEntryId | ( | $entry_id | ) |
| int | $entry_id |
Implemented in ilBiblAttribute.
| ilBiblAttributeInterface::setId | ( | $id | ) |
| int | $id |
Implemented in ilBiblAttribute.
| ilBiblAttributeInterface::setName | ( | $name | ) |
| string | $name |
Implemented in ilBiblAttribute.
| ilBiblAttributeInterface::setValue | ( | $value | ) |
| string | $value |
Implemented in ilBiblAttribute.