|
| __construct (&$table) |
| Constructor.
|
|
| add_data ($row) |
|
| add_seperator () |
|
| document_started () |
|
| format_data (array $row) |
| Format a row of data, removing HTML tags and entities from each of the cells.
|
|
| 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.
|
|
| set_table (&$table) |
|
| table_default_export_format_parent (&$table) |
| Old syntax of class constructor.
|
|
|
bool | $documentstarted = false |
| output started.
|
|
flexible_table | $table |
| or child class reference pointing to table class object from which to export data.
|
|
- Copyright
- 1999 onwards Martin Dougiamas
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ __construct()
table_default_export_format_parent::__construct |
( |
& | $table | ) |
|
◆ add_data()
table_default_export_format_parent::add_data |
( |
| $row | ) |
|
◆ format_data()
table_default_export_format_parent::format_data |
( |
array | $row | ) |
|
Format a row of data, removing HTML tags and entities from each of the cells.
- Parameters
-
- Return values
-
◆ format_text()
table_default_export_format_parent::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.
◆ table_default_export_format_parent()
table_default_export_format_parent::table_default_export_format_parent |
( |
& | $table | ) |
|
◆ $documentstarted
bool table_default_export_format_parent::$documentstarted = false |
output started.
Keeps track of whether any output has been started yet.
The documentation for this class was generated from the following file: