ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilBiblTypeFactory. 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 |
Class ilBiblTypeFactory.
Definition at line 8 of file class.ilBiblTypeFactory.php.
ilBiblTypeFactory::convertFileEndingToDataType | ( | string | $file_ending | ) |
Implements ilBiblTypeFactoryInterface.
Definition at line 64 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 82 of file class.ilBiblTypeFactory.php.
References ilBiblTypeFactoryInterface\DATA_TYPE_BIBTEX, and ilBiblTypeFactoryInterface\DATA_TYPE_RIS.
ilBiblTypeFactory::getInstanceForFileName | ( | string | $filename | ) |
Implements ilBiblTypeFactoryInterface.
Definition at line 31 of file class.ilBiblTypeFactory.php.
References ilBiblTypeFactoryInterface\DATA_TYPE_BIBTEX, ilBiblTypeFactoryInterface\DATA_TYPE_RIS, and getInstanceForType().
ilBiblTypeFactory::getInstanceForString | ( | string | $string | ) |
ilBiblTypeFactory::getInstanceForType | ( | int | $type | ) |
Implements ilBiblTypeFactoryInterface.
Definition at line 14 of file class.ilBiblTypeFactory.php.
References ilBiblTypeFactoryInterface\DATA_TYPE_BIBTEX, and ilBiblTypeFactoryInterface\DATA_TYPE_RIS.
Referenced by getInstanceForFileName().