|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilBiblFileReaderBase:
Collaboration diagram for ilBiblFileReaderBase:Public Member Functions | |
| __construct (ilBiblEntryFactoryInterface $entry_factory, ilBiblFieldFactoryInterface $field_factory, ilBiblAttributeFactoryInterface $attribute_factory) | |
| ilBiblFileReaderBase constructor. More... | |
| getFileContent () | |
| setFileContent ($file_content) | |
| getPathToFile () | |
| setPathToFile ($path_to_file) | |
| getEntryFactory () | |
| |
| getFieldFactory () | |
| |
| getAttributeFactory () | |
| @inheritDoc More... | |
Public Member Functions inherited from ilBiblFileReaderInterface | |
| readContent ($path_to_file) | |
| parseContent () | |
| getEntryFactory () | |
| getFieldFactory () | |
| getAttributeFactory () | |
Data Fields | |
| 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 | |
| convertStringToUTF8 ($string) | |
Protected Attributes | |
| $file_content = '' | |
| $path_to_file = '' | |
| $entry_factory | |
| $field_factory | |
| $attribute_factory | |
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 ilBiblFileReaderBase
Definition at line 24 of file class.ilBiblFileReaderBase.php.
| ilBiblFileReaderBase::__construct | ( | ilBiblEntryFactoryInterface | $entry_factory, |
| ilBiblFieldFactoryInterface | $field_factory, | ||
| ilBiblAttributeFactoryInterface | $attribute_factory | ||
| ) |
ilBiblFileReaderBase constructor.
| ilBiblEntryFactoryInterface | $entry_factory |
Definition at line 63 of file class.ilBiblFileReaderBase.php.
References $attribute_factory, $entry_factory, and $field_factory.
|
protected |
| $string |
Definition at line 96 of file class.ilBiblFileReaderBase.php.
References ENCODING_ASCII, and ENCODING_UTF_8.
| ilBiblFileReaderBase::getAttributeFactory | ( | ) |
@inheritDoc
Implements ilBiblFileReaderInterface.
Definition at line 231 of file class.ilBiblFileReaderBase.php.
References $attribute_factory.
| ilBiblFileReaderBase::getEntryFactory | ( | ) |
Implements ilBiblFileReaderInterface.
Definition at line 215 of file class.ilBiblFileReaderBase.php.
References $entry_factory.
| ilBiblFileReaderBase::getFieldFactory | ( | ) |
Implements ilBiblFileReaderInterface.
Definition at line 223 of file class.ilBiblFileReaderBase.php.
References $field_factory.
| ilBiblFileReaderBase::getFileContent | ( | ) |
Definition at line 123 of file class.ilBiblFileReaderBase.php.
References $file_content.
Referenced by ilBiblTexFileReader\convertBibSpecialChars(), ilBiblTexFileReader\normalizeContent(), and ilBiblTexFileReader\parseContent().
Here is the caller graph for this function:| ilBiblFileReaderBase::getPathToFile | ( | ) |
Definition at line 139 of file class.ilBiblFileReaderBase.php.
References $path_to_file.
| ilBiblFileReaderBase::setFileContent | ( | $file_content | ) |
| string | $file_content |
Definition at line 131 of file class.ilBiblFileReaderBase.php.
References $file_content.
Referenced by ilBiblTexFileReader\convertBibSpecialChars(), and ilBiblTexFileReader\normalizeContent().
Here is the caller graph for this function:| ilBiblFileReaderBase::setPathToFile | ( | $path_to_file | ) |
| string | $path_to_file |
Definition at line 147 of file class.ilBiblFileReaderBase.php.
References $path_to_file.
|
protected |
Definition at line 56 of file class.ilBiblFileReaderBase.php.
Referenced by __construct(), and getAttributeFactory().
|
protected |
Definition at line 48 of file class.ilBiblFileReaderBase.php.
Referenced by __construct(), and getEntryFactory().
|
protected |
Definition at line 52 of file class.ilBiblFileReaderBase.php.
Referenced by __construct(), and getFieldFactory().
|
protected |
Definition at line 40 of file class.ilBiblFileReaderBase.php.
Referenced by getFileContent(), and setFileContent().
|
protected |
Definition at line 44 of file class.ilBiblFileReaderBase.php.
Referenced by getPathToFile(), and setPathToFile().
| const ilBiblFileReaderBase::ATTRIBUTE_VALUE_MAXIMAL_TEXT_LENGTH = 4000 |
Definition at line 33 of file class.ilBiblFileReaderBase.php.
| const ilBiblFileReaderBase::ENCODING_ASCII = 'ASCII' |
Definition at line 35 of file class.ilBiblFileReaderBase.php.
Referenced by convertStringToUTF8().
| const ilBiblFileReaderBase::ENCODING_ISO_8859_1 = 'ISO-8859-1' |
Definition at line 36 of file class.ilBiblFileReaderBase.php.
| const ilBiblFileReaderBase::ENCODING_UTF_8 = 'UTF-8' |
Definition at line 34 of file class.ilBiblFileReaderBase.php.
Referenced by convertStringToUTF8().