ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilBiblEntryFactoryInterface $entry_factory, ilBiblFieldFactoryInterface $field_factory, ilBiblAttributeFactoryInterface $attribute_factory) | |
parseContent () | |
![]() | |
__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) | |
getEntryFactory () | |
getFieldFactory () | |
getAttributeFactory () | |
Protected Attributes | |
ilBiblRisFileReaderWrapper | $wrapper |
![]() | |
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 | |
![]() | |
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' |
![]() | |
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 | ||
) |
Definition at line 28 of file class.ilBiblRisFileReader.php.
References ILIAS\GlobalScreen\Provider\__construct().
|
private |
Definition at line 44 of file class.ilBiblRisFileReader.php.
References $i.
Referenced by parseContent().
ilBiblRisFileReader::parseContent | ( | ) |
Definition at line 37 of file class.ilBiblRisFileReader.php.
References flattenContent().
|
protected |
Definition at line 26 of file class.ilBiblRisFileReader.php.