|
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 ilBiblRisFileReader:
Collaboration diagram for ilBiblRisFileReader:Public Member Functions | |
| __construct (ilBiblEntryFactoryInterface $entry_factory, ilBiblFieldFactoryInterface $field_factory, ilBiblAttributeFactoryInterface $attribute_factory) | |
| ilBiblFileReaderBase constructor. More... | |
| parseContent () | |
Public Member Functions inherited from ilBiblFileReaderBase | |
| __construct (ilBiblEntryFactoryInterface $entry_factory, ilBiblFieldFactoryInterface $field_factory, ilBiblAttributeFactoryInterface $attribute_factory) | |
| ilBiblFileReaderBase constructor. More... | |
| readContent (ResourceIdentification $identification) | |
| getFileContent () | |
| setFileContent (string $file_content) | |
| parseContent () | |
| parseContentToEntries (ilObjBibliographic $bib) | |
| @inheritDoc More... | |
| getEntryFactory () | |
| getFieldFactory () | |
| getAttributeFactory () | |
| @inheritDoc More... | |
| readContent (ResourceIdentification $identification) | |
| parseContentToEntries (ilObjBibliographic $bib) | |
| getEntryFactory () | |
| getFieldFactory () | |
| getAttributeFactory () | |
Protected Attributes | |
| ilBiblRisFileReaderWrapper | $wrapper |
Protected Attributes inherited from ilBiblFileReaderBase | |
| string | $file_content = '' |
| string | $path_to_file = '' |
| ilBiblEntryFactoryInterface | $entry_factory |
| ilBiblFieldFactoryInterface | $field_factory |
| ilBiblAttributeFactoryInterface | $attribute_factory |
| ILIAS ResourceStorage Services | $storage |
Private Member Functions | |
| flattenContent (array $content) | |
Additional Inherited Members | |
Data Fields inherited from ilBiblFileReaderBase | |
| const | ATTRIBUTE_VALUE_MAXIMAL_TEXT_LENGTH = 4000 |
| const | ENCODING_UTF_8 = 'UTF-8' |
| const | ENCODING_ASCII = 'ASCII' |
| const | ENCODING_ISO_8859_1 = 'ISO-8859-1' |
Protected Member Functions inherited from ilBiblFileReaderBase | |
| convertStringToUTF8 (string $string) | |
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 ilBiblRisFileReader
Definition at line 24 of file class.ilBiblRisFileReader.php.
| ilBiblRisFileReader::__construct | ( | ilBiblEntryFactoryInterface | $entry_factory, |
| ilBiblFieldFactoryInterface | $field_factory, | ||
| ilBiblAttributeFactoryInterface | $attribute_factory | ||
| ) |
ilBiblFileReaderBase constructor.
Reimplemented from ilBiblFileReaderBase.
Definition at line 28 of file class.ilBiblRisFileReader.php.
References ilBiblFileReaderBase\$attribute_factory, ilBiblFileReaderBase\$entry_factory, ilBiblFileReaderBase\$field_factory, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:
|
private |
Definition at line 44 of file class.ilBiblRisFileReader.php.
References $i.
Referenced by parseContent().
Here is the caller graph for this function:| ilBiblRisFileReader::parseContent | ( | ) |
Reimplemented from ilBiblFileReaderBase.
Definition at line 37 of file class.ilBiblRisFileReader.php.
References flattenContent().
Here is the call graph for this function:
|
protected |
Definition at line 26 of file class.ilBiblRisFileReader.php.