ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
parseContent () | |
![]() | |
__construct (protected \ilBiblEntryFactoryInterface $entry_factory, protected \ilBiblFieldFactoryInterface $field_factory, protected \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 Member Functions | |
normalizeContent () | |
convertBibSpecialChars () | |
@noinspection PhpArrayIndexImmediatelyRewrittenInspection More... | |
removeBomUtf8 (string $s) | |
![]() | |
convertStringToUTF8 (string $string) | |
Static Protected Attributes | |
static array | $ignored_keywords = ['Preamble'] |
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' |
![]() | |
string | $file_content = '' |
string | $path_to_file = '' |
Services | $storage |
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 23 of file class.ilBiblTexFileReader.php.
|
protected |
@noinspection PhpArrayIndexImmediatelyRewrittenInspection
Definition at line 113 of file class.ilBiblTexFileReader.php.
References ilBiblFileReaderBase\getFileContent(), and ilBiblFileReaderBase\setFileContent().
Referenced by parseContent().
|
protected |
Definition at line 82 of file class.ilBiblTexFileReader.php.
References ilBiblFileReaderBase\getFileContent(), removeBomUtf8(), and ilBiblFileReaderBase\setFileContent().
Referenced by parseContent().
ilBiblTexFileReader::parseContent | ( | ) |
Reimplemented from ilBiblFileReaderBase.
Definition at line 30 of file class.ilBiblTexFileReader.php.
References convertBibSpecialChars(), ilBiblFileReaderBase\getFileContent(), normalizeContent(), and PREG_SPLIT_DELIM_CAPTURE.
|
protected |
Definition at line 177 of file class.ilBiblTexFileReader.php.
Referenced by normalizeContent().
|
staticprotected |
Definition at line 25 of file class.ilBiblTexFileReader.php.