Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

html data format writer

Copyright: 2016 Brendan Heywood (brendan@catalyst-au.net)
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 135 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

writer:: (6 methods):
  start_output()
  start_sheet()
  supports_html()
  write_record()
  close_sheet()
  close_output()


Class: writer  - X-Ref

html data format writer

start_output()   X-Ref
Write the start of the output


start_sheet($columns)   X-Ref
Write the start of the sheet we will be adding data to.

param: array $columns

supports_html()   X-Ref
Method to define whether the dataformat supports export of HTML

return: bool

write_record($record, $rownum)   X-Ref
Write a single record

param: array $record
param: int $rownum

close_sheet($columns)   X-Ref
Write the end of the sheet containing the data.

param: array $columns

close_output()   X-Ref
Write the end of the sheet containing the data.