|
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 ilBiblTranslationInterface:
Collaboration diagram for ilBiblTranslationInterface:Public Member Functions | |
| getId () | |
| setId (int $id) | |
| getFieldId () | |
| setFieldId (int $field_id) | |
| getLanguageKey () | |
| setLanguageKey (string $language_key) | |
| getTranslation () | |
| setTranslation (string $translation) | |
| getDescription () | |
| setDescription (string $description) | |
| store () | |
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 ilBiblTranslationInterface
Definition at line 23 of file interface.ilBiblTranslationInterface.php.
| ilBiblTranslationInterface::getDescription | ( | ) |
Implemented in ilBiblTranslation.
| ilBiblTranslationInterface::getFieldId | ( | ) |
Implemented in ilBiblTranslation.
| ilBiblTranslationInterface::getId | ( | ) |
Implemented in ilBiblTranslation.
| ilBiblTranslationInterface::getLanguageKey | ( | ) |
Implemented in ilBiblTranslation.
| ilBiblTranslationInterface::getTranslation | ( | ) |
Implemented in ilBiblTranslation.
| ilBiblTranslationInterface::setDescription | ( | string | $description | ) |
Implemented in ilBiblTranslation.
| ilBiblTranslationInterface::setFieldId | ( | int | $field_id | ) |
Implemented in ilBiblTranslation.
| ilBiblTranslationInterface::setId | ( | int | $id | ) |
Implemented in ilBiblTranslation.
| ilBiblTranslationInterface::setLanguageKey | ( | string | $language_key | ) |
Implemented in ilBiblTranslation.
| ilBiblTranslationInterface::setTranslation | ( | string | $translation | ) |
Implemented in ilBiblTranslation.
| ilBiblTranslationInterface::store | ( | ) |