|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilBiblAttributeInterface:
Collaboration diagram for ilBiblAttributeInterface:Public Member Functions | |
| getEntryId () | |
| setEntryId (int $entry_id) | |
| getName () | |
| setName (string $name) | |
| getValue () | |
| setValue (string $value) | |
| getId () | |
| setId (int $id) | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Interface ilBiblAttributeInterface
Definition at line 22 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 | ( | int | $entry_id | ) |
Implemented in ilBiblAttribute.
| ilBiblAttributeInterface::setId | ( | int | $id | ) |
Implemented in ilBiblAttribute.
| ilBiblAttributeInterface::setName | ( | string | $name | ) |
Implemented in ilBiblAttribute.
| ilBiblAttributeInterface::setValue | ( | string | $value | ) |
Implemented in ilBiblAttribute.