Stud.IP  jlu_3.3 Revision
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

◆ EVALEXPORT_DELIMITER

const EVALEXPORT_DELIMITER "\""

@const EVALEXPORT_DELIMITER The delimiter for values @access public

◆ EVALEXPORT_ENDROW

const EVALEXPORT_ENDROW EVALEXPORT_DELIMITER.EVALEXPORT_DELIMITER."\n"

@const EVALEXPORT_ENDROW The characters to end a row @access public

◆ EVALEXPORT_EXTENSION

const EVALEXPORT_EXTENSION "csv"

@const EVALEXPORT_EXTENSION The extension for the filenames @access public

◆ EVALEXPORT_NODELIMITER

const EVALEXPORT_NODELIMITER "'"

@const EVALEXPORT_NODELIMITER Character to substitute the delimiter in a text @access public

◆ EVALEXPORT_SEPERATOR

const EVALEXPORT_SEPERATOR ";"

@const EVALEXPORT_SEPERATOR The seperator for values @access public

◆ INSTANCEOF_EVALEXPORTMANAGERCSV

const INSTANCEOF_EVALEXPORTMANAGERCSV "EvaluationExportManagerCSV"

@const INSTANCEOF_EVALEXPORTMANAGER Is instance of an export manager @access public