Stud.IP  5.4
EvaluationExportManagerCSV.class.php File Reference

Data Structures

class  EvaluationExportManagerCSV
 

Namespaces

 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

◆ EVALEXPORT_DELIMITER

const EVALEXPORT_DELIMITER "\""

EVALEXPORT_DELIMITER The delimiter for values public

◆ EVALEXPORT_ENDROW

const EVALEXPORT_ENDROW EVALEXPORT_DELIMITER.EVALEXPORT_DELIMITER."\n"

EVALEXPORT_ENDROW The characters to end a row public

◆ EVALEXPORT_EXTENSION

const EVALEXPORT_EXTENSION "csv"

EVALEXPORT_EXTENSION The extension for the filenames public

◆ EVALEXPORT_NODELIMITER

const EVALEXPORT_NODELIMITER "'"

EVALEXPORT_NODELIMITER Character to substitute the delimiter in a text public

◆ EVALEXPORT_SEPERATOR

const EVALEXPORT_SEPERATOR ";"

EVALEXPORT_SEPERATOR The seperator for values public

◆ INSTANCEOF_EVALEXPORTMANAGERCSV

const INSTANCEOF_EVALEXPORTMANAGERCSV "EvaluationExportManagerCSV"

INSTANCEOF_EVALEXPORTMANAGER Is instance of an export manager public