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

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

Detailed Description

Definition at line 1416 of file tablelib.php.


Member Function Documentation

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.

Definition at line 1428 of file tablelib.php.


Field Documentation

$documentstarted = false

Definition at line 1427 of file tablelib.php.

Definition at line 1421 of file tablelib.php.


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