Moodle  2.2.1
http://www.collinsharper.com
table_xhtml_export_format Class Reference
Inheritance diagram for table_xhtml_export_format:
Collaboration diagram for table_xhtml_export_format:

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)

Detailed Description

Definition at line 1660 of file tablelib.php.


Member Function Documentation

add_data ( row)

Reimplemented from table_default_export_format_parent.

Definition at line 1742 of file tablelib.php.

Reimplemented from table_default_export_format_parent.

Definition at line 1747 of file tablelib.php.

Definition at line 1756 of file tablelib.php.

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.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations