ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
getInstanceForType (int $type) | |
getInstanceForFileName (string $filename) | |
getInstanceForString (string $string) | |
convertFileEndingToDataType (string $file_ending) | |
getDataTypeIdentifierByInstance (ilBiblTypeInterface $type_inst) | |
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 ilBiblTypeFactoryInterface
Definition at line 24 of file interface.ilBiblTypeFactoryInterface.php.
ilBiblTypeFactoryInterface::convertFileEndingToDataType | ( | string | $file_ending | ) |
ilException | when no data type for file_ending was found |
Implemented in ilBiblTypeFactory.
ilBiblTypeFactoryInterface::getDataTypeIdentifierByInstance | ( | ilBiblTypeInterface | $type_inst | ) |
Implemented in ilBiblTypeFactory.
ilBiblTypeFactoryInterface::getInstanceForFileName | ( | string | $filename | ) |
ilException | when type not found |
Implemented in ilBiblTypeFactory.
ilBiblTypeFactoryInterface::getInstanceForString | ( | string | $string | ) |
Implemented in ilBiblTypeFactory.
ilBiblTypeFactoryInterface::getInstanceForType | ( | int | $type | ) |
ilException | when type not found |
Implemented in ilBiblTypeFactory.
const ilBiblTypeFactoryInterface::DATA_TYPE_BIBTEX = 2 |
Definition at line 27 of file interface.ilBiblTypeFactoryInterface.php.
Referenced by ilBiblTypeFactory\convertFileEndingToDataType(), ilObjBibliographicAdminGUI\executeCommand(), ilBiblLibraryPresentationGUI\generateLibraryLink(), ilBiblFileReaderFactory\getByType(), ilObjBibliographic\getFileType(), ilBibTex\getId(), ilBiblTypeFactory\getInstanceForFileName(), ilBiblTypeFactory\getInstanceForType(), and ilBiblAdminFieldGUI\setSubTabs().
const ilBiblTypeFactoryInterface::DATA_TYPE_RIS = 1 |
Definition at line 26 of file interface.ilBiblTypeFactoryInterface.php.
Referenced by ilBiblTypeFactory\convertFileEndingToDataType(), ilObjBibliographicAdminGUI\executeCommand(), ilBiblLibraryPresentationGUI\generateLibraryLink(), ilBiblFileReaderFactory\getByType(), ilRis\getId(), ilBiblTypeFactory\getInstanceForFileName(), ilBiblTypeFactory\getInstanceForType(), ilBiblEntryFactory\loadParsedAttributesByEntryId(), and ilBiblAdminFieldGUI\setSubTabs().