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

Protected Attributes

 $seperator = ","
 $mimetype = 'text/csv'
 $ext = '.csv'

Detailed Description

Definition at line 1648 of file tablelib.php.


Field Documentation

$ext = '.csv' [protected]

Reimplemented from table_text_export_format_parent.

Definition at line 1651 of file tablelib.php.

$mimetype = 'text/csv' [protected]

Reimplemented from table_text_export_format_parent.

Definition at line 1650 of file tablelib.php.

$seperator = "," [protected]

Reimplemented from table_text_export_format_parent.

Definition at line 1649 of file tablelib.php.


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