ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
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) | |
Additional Inherited Members | |
![]() | |
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 Class ilBiblTypeFactory
Definition at line 24 of file class.ilBiblTypeFactory.php.
ilBiblTypeFactory::convertFileEndingToDataType | ( | string | $file_ending | ) |
Implements ilBiblTypeFactoryInterface.
Definition at line 73 of file class.ilBiblTypeFactory.php.
References ilBiblTypeFactoryInterface\DATA_TYPE_BIBTEX, and ilBiblTypeFactoryInterface\DATA_TYPE_RIS.
ilBiblTypeFactory::getDataTypeIdentifierByInstance | ( | ilBiblTypeInterface | $type_inst | ) |
Implements ilBiblTypeFactoryInterface.
Definition at line 86 of file class.ilBiblTypeFactory.php.
References ilBiblTypeInterface\getId().
ilBiblTypeFactory::getInstanceForFileName | ( | string | $filename | ) |
Implements ilBiblTypeFactoryInterface.
Definition at line 43 of file class.ilBiblTypeFactory.php.
References ilBiblTypeFactoryInterface\DATA_TYPE_BIBTEX, ilBiblTypeFactoryInterface\DATA_TYPE_RIS, and getInstanceForType().
ilBiblTypeFactory::getInstanceForString | ( | string | $string | ) |
Implements ilBiblTypeFactoryInterface.
Definition at line 60 of file class.ilBiblTypeFactory.php.
ilBiblTypeFactory::getInstanceForType | ( | int | $type | ) |
Implements ilBiblTypeFactoryInterface.
Definition at line 29 of file class.ilBiblTypeFactory.php.
References ilBiblTypeFactoryInterface\DATA_TYPE_BIBTEX, and ilBiblTypeFactoryInterface\DATA_TYPE_RIS.
Referenced by getInstanceForFileName().