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


Public Member Functions | |
| start_document ($filename) | |
| start_table ($sheettitle) | |
| output_headers ($headers) | |
| add_data ($row) | |
| finish_table () | |
| finish_document () | |
Protected Member Functions | |
| format_row ($data) | |
Protected Attributes | |
| $seperator = "\t" | |
| $mimetype = 'text/tab-separated-values' | |
| $ext = '.txt' | |
Definition at line 1581 of file tablelib.php.
| add_data | ( | $ | row | ) |
Reimplemented from table_default_export_format_parent.
Definition at line 1604 of file tablelib.php.

| finish_document | ( | ) |
Definition at line 1613 of file tablelib.php.
| finish_table | ( | ) |
Definition at line 1609 of file tablelib.php.
| format_row | ( | $ | data | ) | [protected] |
Format a row of data.
| array | $data |
Definition at line 1621 of file tablelib.php.

| output_headers | ( | $ | headers | ) |
| start_document | ( | $ | filename | ) |
Definition at line 1586 of file tablelib.php.
| start_table | ( | $ | sheettitle | ) |
Definition at line 1596 of file tablelib.php.
$ext = '.txt' [protected] |
Reimplemented in table_csv_export_format, and table_tsv_export_format.
Definition at line 1584 of file tablelib.php.
$mimetype = 'text/tab-separated-values' [protected] |
Reimplemented in table_csv_export_format, and table_tsv_export_format.
Definition at line 1583 of file tablelib.php.
$seperator = "\t" [protected] |
Reimplemented in table_csv_export_format, and table_tsv_export_format.
Definition at line 1582 of file tablelib.php.