|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilBiblFileReaderBase. 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 | |
Class ilBiblFileReaderBase.
Definition at line 8 of file class.ilBiblFileReaderBase.php.
| ilBiblFileReaderBase::__construct | ( | ilBiblEntryFactoryInterface | $entry_factory, |
| ilBiblFieldFactoryInterface | $field_factory, | ||
| ilBiblAttributeFactoryInterface | $attribute_factory | ||
| ) |
ilBiblFileReaderBase constructor.
| ilBiblEntryFactoryInterface | $entry_factory |
Definition at line 47 of file class.ilBiblFileReaderBase.php.
References $attribute_factory, $entry_factory, and $field_factory.
|
protected |
| $string |
Definition at line 79 of file class.ilBiblFileReaderBase.php.
References ENCODING_ASCII, and ENCODING_UTF_8.
| ilBiblFileReaderBase::getAttributeFactory | ( | ) |
@inheritDoc
Implements ilBiblFileReaderInterface.
Definition at line 215 of file class.ilBiblFileReaderBase.php.
References $attribute_factory.
| ilBiblFileReaderBase::getEntryFactory | ( | ) |
Implements ilBiblFileReaderInterface.
Definition at line 197 of file class.ilBiblFileReaderBase.php.
References $entry_factory.
| ilBiblFileReaderBase::getFieldFactory | ( | ) |
Implements ilBiblFileReaderInterface.
Definition at line 206 of file class.ilBiblFileReaderBase.php.
References $field_factory.
| ilBiblFileReaderBase::getFileContent | ( | ) |
Definition at line 107 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 125 of file class.ilBiblFileReaderBase.php.
References $path_to_file.
| ilBiblFileReaderBase::setFileContent | ( | $file_content | ) |
| string | $file_content |
Definition at line 116 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 134 of file class.ilBiblFileReaderBase.php.
References $path_to_file.
|
protected |
Definition at line 39 of file class.ilBiblFileReaderBase.php.
Referenced by __construct(), and getAttributeFactory().
|
protected |
Definition at line 31 of file class.ilBiblFileReaderBase.php.
Referenced by __construct(), and getEntryFactory().
|
protected |
Definition at line 35 of file class.ilBiblFileReaderBase.php.
Referenced by __construct(), and getFieldFactory().
|
protected |
Definition at line 23 of file class.ilBiblFileReaderBase.php.
Referenced by getFileContent(), and setFileContent().
|
protected |
Definition at line 27 of file class.ilBiblFileReaderBase.php.
Referenced by getPathToFile(), and setPathToFile().
| const ilBiblFileReaderBase::ATTRIBUTE_VALUE_MAXIMAL_TEXT_LENGTH = 4000 |
Definition at line 16 of file class.ilBiblFileReaderBase.php.
| const ilBiblFileReaderBase::ENCODING_ASCII = 'ASCII' |
Definition at line 18 of file class.ilBiblFileReaderBase.php.
Referenced by convertStringToUTF8().
| const ilBiblFileReaderBase::ENCODING_ISO_8859_1 = 'ISO-8859-1' |
Definition at line 19 of file class.ilBiblFileReaderBase.php.
| const ilBiblFileReaderBase::ENCODING_UTF_8 = 'UTF-8' |
Definition at line 17 of file class.ilBiblFileReaderBase.php.
Referenced by convertStringToUTF8().