|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilBibliograficFileReaderBase. More...
Inheritance diagram for ilBibliograficFileReaderBase:
Collaboration diagram for ilBibliograficFileReaderBase:Public Member Functions | |
| getFileContent () | |
| setFileContent ($file_content) | |
| getPathToFile () | |
| setPathToFile ($path_to_file) | |
Public Member Functions inherited from ilBibliograficFileReader | |
| readContent ($path_to_file) | |
| parseContent () | |
Data Fields | |
| 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 = '' | |
Class ilBibliograficFileReaderBase.
Definition at line 8 of file class.ilBibliograficFileReaderBase.php.
|
protected |
| $string |
Definition at line 46 of file class.ilBibliograficFileReaderBase.php.
References ENCODING_ASCII, and ENCODING_UTF_8.
| ilBibliograficFileReaderBase::getFileContent | ( | ) |
Definition at line 74 of file class.ilBibliograficFileReaderBase.php.
References $file_content.
Referenced by ilBibTex\convertBibSpecialChars(), ilBibTex\normalizeContent(), and ilBibTex\parseContent().
Here is the caller graph for this function:| ilBibliograficFileReaderBase::getPathToFile | ( | ) |
Definition at line 92 of file class.ilBibliograficFileReaderBase.php.
References $path_to_file.
| ilBibliograficFileReaderBase::setFileContent | ( | $file_content | ) |
| string | $file_content |
Definition at line 83 of file class.ilBibliograficFileReaderBase.php.
References $file_content.
Referenced by ilBibTex\convertBibSpecialChars(), and ilBibTex\normalizeContent().
Here is the caller graph for this function:| ilBibliograficFileReaderBase::setPathToFile | ( | $path_to_file | ) |
| string | $path_to_file |
Definition at line 101 of file class.ilBibliograficFileReaderBase.php.
References $path_to_file.
|
protected |
Definition at line 16 of file class.ilBibliograficFileReaderBase.php.
Referenced by getFileContent(), and setFileContent().
|
protected |
Definition at line 20 of file class.ilBibliograficFileReaderBase.php.
Referenced by getPathToFile(), and setPathToFile().
| const ilBibliograficFileReaderBase::ENCODING_ASCII = 'ASCII' |
Definition at line 11 of file class.ilBibliograficFileReaderBase.php.
Referenced by convertStringToUTF8().
| const ilBibliograficFileReaderBase::ENCODING_ISO_8859_1 = 'ISO-8859-1' |
Definition at line 12 of file class.ilBibliograficFileReaderBase.php.
| const ilBibliograficFileReaderBase::ENCODING_UTF_8 = 'UTF-8' |
Definition at line 10 of file class.ilBibliograficFileReaderBase.php.
Referenced by convertStringToUTF8().