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

Protected Attributes

 $seperator = "\t"
 $mimetype = 'text/tab-separated-values'
 $ext = '.txt'

Detailed Description

Definition at line 1636 of file tablelib.php.


Field Documentation

$ext = '.txt' [protected]

Reimplemented from table_text_export_format_parent.

Definition at line 1639 of file tablelib.php.

$mimetype = 'text/tab-separated-values' [protected]

Reimplemented from table_text_export_format_parent.

Definition at line 1638 of file tablelib.php.

$seperator = "\t" [protected]

Reimplemented from table_text_export_format_parent.

Definition at line 1637 of file tablelib.php.


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