|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| start_document ($filename) | |
| start_table ($sheettitle) | |
| output_headers ($headers) | |
| add_data ($row) | |
| add_seperator () | |
| finish_table () | |
| finish_document () | |
| format_text ($text, $format=FORMAT_MOODLE, $options=NULL, $courseid=NULL) | |
Definition at line 1660 of file tablelib.php.
| add_data | ( | $ | row | ) |
Reimplemented from table_default_export_format_parent.
Definition at line 1742 of file tablelib.php.
| add_seperator | ( | ) |
Reimplemented from table_default_export_format_parent.
Definition at line 1747 of file tablelib.php.
| finish_document | ( | ) |
Definition at line 1756 of file tablelib.php.
| finish_table | ( | ) |
Definition at line 1752 of file tablelib.php.
| format_text | ( | $ | text, |
| $ | format = FORMAT_MOODLE, |
||
| $ | options = NULL, |
||
| $ | courseid = NULL |
||
| ) |
Given text in a variety of format codings, this function returns the text as safe HTML or as plain text dependent on what is appropriate for the download format. The default removes all tags.
Reimplemented from table_default_export_format_parent.
Definition at line 1761 of file tablelib.php.
| output_headers | ( | $ | headers | ) |
Definition at line 1738 of file tablelib.php.
| start_document | ( | $ | filename | ) |
Definition at line 1661 of file tablelib.php.
| start_table | ( | $ | sheettitle | ) |
Definition at line 1731 of file tablelib.php.