| [ Index ] |
PHP Cross Reference of Moodle 310 |
[Source view] [Print] [Project Stats]
Common Spout class for dataformat.
| Copyright: | 2016 Brendan Heywood (brendan@catalyst-au.net) |
| License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
| File Size: | 145 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| send_http_headers() X-Ref |
| Output file headers to initialise the download of the file. |
| start_output_to_file() X-Ref |
| Set the dataformat to be output to current file |
| set_sheettitle($title) X-Ref |
| Set the title of the worksheet inside a spreadsheet For some formats this will be ignored. param: string $title |
| start_sheet($columns) X-Ref |
| Write the start of the sheet we will be adding data to. param: array $columns |
| write_record($record, $rownum) X-Ref |
| Write a single record param: array $record param: int $rownum |
| close_output() X-Ref |
| Write the end of the file. |
| close_output_to_file() X-Ref |
| Write data to disk return: bool |
| Generated: Wed Jan 22 11:59:49 2025 | Cross-referenced by PHPXref 0.7.1 |