|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
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... | |
| readContent (ResourceIdentification $identification) | |
| getFileContent () | |
| setFileContent (string $file_content) | |
| parseContent () | |
| parseContentToEntries (ilObjBibliographic $bib) | |
| 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 $string) | |
Protected Attributes | |
| string | $file_content = '' |
| string | $path_to_file = '' |
| ilBiblEntryFactoryInterface | $entry_factory |
| ilBiblFieldFactoryInterface | $field_factory |
| ilBiblAttributeFactoryInterface | $attribute_factory |
| ILIAS ResourceStorage Services | $storage |
Private Attributes | |
| ILIAS Refinery Factory | $refinery |
Class ilBiblFileReaderBase.
Definition at line 25 of file class.ilBiblFileReaderBase.php.
| ilBiblFileReaderBase::__construct | ( | ilBiblEntryFactoryInterface | $entry_factory, |
| ilBiblFieldFactoryInterface | $field_factory, | ||
| ilBiblAttributeFactoryInterface | $attribute_factory | ||
| ) |
ilBiblFileReaderBase constructor.
Definition at line 49 of file class.ilBiblFileReaderBase.php.
References $attribute_factory, $DIC, $entry_factory, $field_factory, and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
protected |
Definition at line 72 of file class.ilBiblFileReaderBase.php.
References ILIAS\Repository\refinery().
Here is the call graph for this function:| ilBiblFileReaderBase::getAttributeFactory | ( | ) |
Implements ilBiblFileReaderInterface.
Definition at line 174 of file class.ilBiblFileReaderBase.php.
References $attribute_factory.
Referenced by parseContentToEntries().
Here is the caller graph for this function:| ilBiblFileReaderBase::getEntryFactory | ( | ) |
Implements ilBiblFileReaderInterface.
Definition at line 158 of file class.ilBiblFileReaderBase.php.
References $entry_factory.
Referenced by parseContentToEntries().
Here is the caller graph for this function:| ilBiblFileReaderBase::getFieldFactory | ( | ) |
Implements ilBiblFileReaderInterface.
Definition at line 166 of file class.ilBiblFileReaderBase.php.
References $field_factory.
| ilBiblFileReaderBase::getFileContent | ( | ) |
Definition at line 80 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:
|
abstract |
Referenced by parseContentToEntries(), and setFileContent().
Here is the caller graph for this function:| ilBiblFileReaderBase::parseContentToEntries | ( | ilObjBibliographic | $bib | ) |
Implements ilBiblFileReaderInterface.
Definition at line 95 of file class.ilBiblFileReaderBase.php.
References Vendor\Package\$a, ILIAS\LTI\ToolProvider\$key, getAttributeFactory(), getEntryFactory(), ilObject\getId(), parseContent(), ilStr\strLen(), and ilStr\subStr().
Here is the call graph for this function:| ilBiblFileReaderBase::readContent | ( | ResourceIdentification | $identification | ) |
Implements ilBiblFileReaderInterface.
Definition at line 64 of file class.ilBiblFileReaderBase.php.
References setFileContent().
Here is the call graph for this function:| ilBiblFileReaderBase::setFileContent | ( | string | $file_content | ) |
Definition at line 85 of file class.ilBiblFileReaderBase.php.
References $file_content, and parseContent().
Referenced by ilBiblTexFileReader\convertBibSpecialChars(), ilBiblTexFileReader\normalizeContent(), and readContent().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 41 of file class.ilBiblFileReaderBase.php.
Referenced by __construct(), and getAttributeFactory().
|
protected |
Definition at line 39 of file class.ilBiblFileReaderBase.php.
Referenced by __construct(), and getEntryFactory().
|
protected |
Definition at line 40 of file class.ilBiblFileReaderBase.php.
Referenced by __construct(), and getFieldFactory().
|
protected |
Definition at line 36 of file class.ilBiblFileReaderBase.php.
Referenced by getFileContent(), and setFileContent().
|
protected |
Definition at line 37 of file class.ilBiblFileReaderBase.php.
|
private |
Definition at line 38 of file class.ilBiblFileReaderBase.php.
|
protected |
Definition at line 43 of file class.ilBiblFileReaderBase.php.
| const ilBiblFileReaderBase::ATTRIBUTE_VALUE_MAXIMAL_TEXT_LENGTH = 4000 |
Definition at line 32 of file class.ilBiblFileReaderBase.php.
| const ilBiblFileReaderBase::ENCODING_ASCII = 'ASCII' |
Definition at line 34 of file class.ilBiblFileReaderBase.php.
| const ilBiblFileReaderBase::ENCODING_ISO_8859_1 = 'ISO-8859-1' |
Definition at line 35 of file class.ilBiblFileReaderBase.php.
| const ilBiblFileReaderBase::ENCODING_UTF_8 = 'UTF-8' |
Definition at line 33 of file class.ilBiblFileReaderBase.php.