|
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 ilBiblTexFileReader:
Collaboration diagram for ilBiblTexFileReader:Public Member Functions | |
| 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 Member Functions | |
| normalizeContent () | |
| convertBibSpecialChars () | |
| @noinspection PhpArrayIndexImmediatelyRewrittenInspection More... | |
| removeBomUtf8 (string $s) | |
Protected Member Functions inherited from ilBiblFileReaderBase | |
| convertStringToUTF8 (string $string) | |
Static Protected Attributes | |
| static array | $ignored_keywords = array('Preamble') |
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 Attributes inherited from ilBiblFileReaderBase | |
| string | $file_content = '' |
| string | $path_to_file = '' |
| ilBiblEntryFactoryInterface | $entry_factory |
| ilBiblFieldFactoryInterface | $field_factory |
| ilBiblAttributeFactoryInterface | $attribute_factory |
| ILIAS ResourceStorage 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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 82 of file class.ilBiblTexFileReader.php.
References ilBiblFileReaderBase\getFileContent(), removeBomUtf8(), and ilBiblFileReaderBase\setFileContent().
Referenced by parseContent().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBiblTexFileReader::parseContent | ( | ) |
Reimplemented from ilBiblFileReaderBase.
Definition at line 30 of file class.ilBiblTexFileReader.php.
References ILIAS\LTI\ToolProvider\$key, convertBibSpecialChars(), ilBiblFileReaderBase\getFileContent(), and normalizeContent().
Here is the call graph for this function:
|
protected |
Definition at line 177 of file class.ilBiblTexFileReader.php.
Referenced by normalizeContent().
Here is the caller graph for this function:
|
staticprotected |
Definition at line 25 of file class.ilBiblTexFileReader.php.