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

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'

Detailed Description

Definition at line 1581 of file tablelib.php.


Member Function Documentation

add_data ( row)

Reimplemented from table_default_export_format_parent.

Definition at line 1604 of file tablelib.php.

Here is the call graph for this function:

Definition at line 1613 of file tablelib.php.

Definition at line 1609 of file tablelib.php.

format_row ( data) [protected]

Format a row of data.

Parameters:
array$data

Definition at line 1621 of file tablelib.php.

Here is the caller graph for this function:

output_headers ( headers)

Definition at line 1600 of file tablelib.php.

Here is the call graph for this function:

start_document ( filename)

Definition at line 1586 of file tablelib.php.

start_table ( sheettitle)

Definition at line 1596 of file tablelib.php.


Field Documentation

$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.


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