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

Public Member Functions | |
| table_default_export_format_parent (&$table) | |
| set_table (&$table) | |
| add_data ($row) | |
| add_seperator () | |
| document_started () | |
| format_text ($text, $format=FORMAT_MOODLE, $options=NULL, $courseid=NULL) | |
Data Fields | |
| $table | |
| $documentstarted = false | |
Definition at line 1416 of file tablelib.php.
| add_data | ( | $ | row | ) |
Reimplemented in table_xhtml_export_format, table_text_export_format_parent, and table_spreadsheet_export_format_parent.
Definition at line 1436 of file tablelib.php.
| add_seperator | ( | ) |
Reimplemented in table_xhtml_export_format, and table_spreadsheet_export_format_parent.
Definition at line 1440 of file tablelib.php.
| document_started | ( | ) |
Definition at line 1444 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 in table_xhtml_export_format.
Definition at line 1452 of file tablelib.php.
| set_table | ( | &$ | table | ) |
Definition at line 1432 of file tablelib.php.
| table_default_export_format_parent | ( | &$ | table | ) |
Definition at line 1428 of file tablelib.php.
| $documentstarted = false |
Definition at line 1427 of file tablelib.php.
Definition at line 1421 of file tablelib.php.