Stud.IP  2.0 Revision 48548
 All Data Structures Namespaces Files Functions Variables Pages
EvaluationExportManagerCSV.class.php File Reference

Data Structures

class  EvaluationExportManagerCSV

Namespaces

namespace  evaluation

Variables

const INSTANCEOF_EVALEXPORTMANAGERCSV = "EvaluationExportManagerCSV"
const EVALEXPORT_SEPERATOR = ";"
const EVALEXPORT_DELIMITER = "\""
const EVALEXPORT_NODELIMITER = "'"
const EVALEXPORT_ENDROW = EVALEXPORT_DELIMITER.EVALEXPORT_DELIMITER."\n"
const EVALEXPORT_EXTENSION = "csv"

Variable Documentation

const EVALEXPORT_DELIMITER = "\""

EVALEXPORT_DELIMITER The delimiter for values public

const EVALEXPORT_ENDROW = EVALEXPORT_DELIMITER.EVALEXPORT_DELIMITER."\n"

EVALEXPORT_ENDROW The characters to end a row public

const EVALEXPORT_EXTENSION = "csv"

EVALEXPORT_EXTENSION The extension for the filenames public

const EVALEXPORT_NODELIMITER = "'"

EVALEXPORT_NODELIMITER Character to substitute the delimiter in a text public

const EVALEXPORT_SEPERATOR = ";"

EVALEXPORT_SEPERATOR The seperator for values public

const INSTANCEOF_EVALEXPORTMANAGERCSV = "EvaluationExportManagerCSV"

INSTANCEOF_EVALEXPORTMANAGER Is instance of an export manager public