|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilBiblTypeFactory. More...
Inheritance diagram for ilBiblTypeFactory:
Collaboration diagram for ilBiblTypeFactory:Public Member Functions | |
| getInstanceForType (int $type) | |
| @inheritDoc More... | |
| getInstanceForFileName (string $filename) | |
| @inheritDoc More... | |
| getInstanceForString (string $string) | |
| @inheritDoc More... | |
| convertFileEndingToDataType (string $file_ending) | |
| @inheritDoc More... | |
| getDataTypeIdentifierByInstance (ilBiblTypeInterface $type_inst) | |
| @inheritDoc More... | |
| getInstanceForType (int $type) | |
| getInstanceForFileName (string $filename) | |
| getInstanceForString (string $string) | |
| convertFileEndingToDataType (string $file_ending) | |
| getDataTypeIdentifierByInstance (ilBiblTypeInterface $type_inst) | |
Additional Inherited Members | |
Data Fields inherited from ilBiblTypeFactoryInterface | |
| 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 | ) |
@inheritDoc
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 | ) |
@inheritDoc
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 | ) |
@inheritDoc
Implements ilBiblTypeFactoryInterface.
Definition at line 31 of file class.ilBiblTypeFactory.php.
References $filename, ilBiblTypeFactoryInterface\DATA_TYPE_BIBTEX, ilBiblTypeFactoryInterface\DATA_TYPE_RIS, and getInstanceForType().
Here is the call graph for this function:| ilBiblTypeFactory::getInstanceForString | ( | string | $string | ) |
@inheritDoc
Implements ilBiblTypeFactoryInterface.
Definition at line 48 of file class.ilBiblTypeFactory.php.
| ilBiblTypeFactory::getInstanceForType | ( | int | $type | ) |
@inheritDoc
Implements ilBiblTypeFactoryInterface.
Definition at line 14 of file class.ilBiblTypeFactory.php.
References $type, ilBiblTypeFactoryInterface\DATA_TYPE_BIBTEX, and ilBiblTypeFactoryInterface\DATA_TYPE_RIS.
Referenced by getInstanceForFileName().
Here is the caller graph for this function: