| [ Index ] |
PHP Cross Reference of Moodle 310 |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 106 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
SharedStringsManager:: (4 methods):
__construct()
throwIfSharedStringsFilePointerIsNotAvailable()
writeString()
close()
Class: SharedStringsManager - X-Ref
Class SharedStringsManager| __construct($xlFolder, $stringsEscaper) X-Ref |
param: string $xlFolder Path to the "xl" folder param: Escaper\XLSX $stringsEscaper Strings escaper |
| throwIfSharedStringsFilePointerIsNotAvailable() X-Ref |
| Checks if the book has been created. Throws an exception if not created yet. return: void |
| writeString($string) X-Ref |
| Writes the given string into the sharedStrings.xml file. Starting and ending whitespaces are preserved. param: string $string return: int ID of the written shared string |
| close() X-Ref |
| Finishes writing the data in the sharedStrings.xml file and closes the file. return: void |
| Generated: Wed Jan 22 11:59:49 2025 | Cross-referenced by PHPXref 0.7.1 |