Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

(no description)

File Size: 41 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

WorksheetManagerInterface:: (3 methods):
  addRow()
  startSheet()
  close()


Interface: WorksheetManagerInterface  - X-Ref

Interface WorksheetManagerInterface
Inteface for worksheet managers, providing the generic interfaces to work with worksheets.

addRow(Worksheet $worksheet, Row $row)   X-Ref
Adds a row to the worksheet.

return: void
param: Worksheet $worksheet The worksheet to add the row to
param: Row $row The row to be added

startSheet(Worksheet $worksheet)   X-Ref
Prepares the worksheet to accept data

return: void
param: Worksheet $worksheet The worksheet to start

close(Worksheet $worksheet)   X-Ref
Closes the worksheet

return: void
param: Worksheet $worksheet