|
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 ilBiblFieldInterface:
Collaboration diagram for ilBiblFieldInterface:Public Member Functions | |
| getId () | |
| setId (int $id) | |
| getIdentifier () | |
| setIdentifier (string $identifier) | |
| getPosition () | |
| setPosition (int $position) | |
| isStandardField () | |
| setIsStandardField (bool $is_standard_field) | |
| getDataType () | |
| setDataType (int $data_type) | |
| store () | |
Data Fields | |
| const | DATA_TYPE_RIS = 1 |
| const | DATA_TYPE_BIBTEX = 2 |
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 ilBiblEntryInterface
Definition at line 23 of file interface.ilBiblFieldInterface.php.
| ilBiblFieldInterface::getDataType | ( | ) |
Implemented in ilBiblField.
Referenced by ilBiblFieldFactory\forcePosition(), and ilBiblFieldFactory\getNextFreePosition().
Here is the caller graph for this function:| ilBiblFieldInterface::getId | ( | ) |
Implemented in ilBiblField.
Referenced by ilBiblTranslationTableGUI\__construct(), ilBiblAdminFieldTableGUI\addActionMenu(), ilBiblTranslationFactory\findArCreateInstanceForFieldAndlanguage(), ilBiblFieldFilterFactory\getByObjectIdAndField(), and ilBiblTranslationFactory\getCollectionOfTranslationsForField().
Here is the caller graph for this function:| ilBiblFieldInterface::getIdentifier | ( | ) |
Implemented in ilBiblField.
Referenced by ilBiblAdminFieldTableGUI\addActionMenu(), ilBiblAttributeFactory\getPossibleValuesForFieldAndObject(), ilBiblTranslationFactory\translate(), and ilBiblTranslationFactory\translateInCore().
Here is the caller graph for this function:| ilBiblFieldInterface::getPosition | ( | ) |
Implemented in ilBiblField.
Referenced by ilBiblFieldFactory\forcePosition().
Here is the caller graph for this function:| ilBiblFieldInterface::isStandardField | ( | ) |
Implemented in ilBiblField.
| ilBiblFieldInterface::setDataType | ( | int | $data_type | ) |
Implemented in ilBiblField.
| ilBiblFieldInterface::setId | ( | int | $id | ) |
Implemented in ilBiblField.
| ilBiblFieldInterface::setIdentifier | ( | string | $identifier | ) |
Implemented in ilBiblField.
| ilBiblFieldInterface::setIsStandardField | ( | bool | $is_standard_field | ) |
Implemented in ilBiblField.
| ilBiblFieldInterface::setPosition | ( | int | $position | ) |
Implemented in ilBiblField.
| ilBiblFieldInterface::store | ( | ) |
| const ilBiblFieldInterface::DATA_TYPE_BIBTEX = 2 |
Definition at line 26 of file interface.ilBiblFieldInterface.php.
| const ilBiblFieldInterface::DATA_TYPE_RIS = 1 |
Definition at line 25 of file interface.ilBiblFieldInterface.php.