ILIAS
Release_5_0_x_branch Revision 61816
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
TSVWriter.php
Go to the documentation of this file.
1
<?php
2
3
namespace
SimpleExcel\Writer;
4
11
class
TSVWriter
extends
CSVWriter
implements
IWriter
12
{
19
protected
$content_type
=
'text/tab-separated-values'
;
20
27
protected
$delimiter
=
"\t"
;
28
35
protected
$file_extension
=
'tsv'
;
36
40
public
function
setDelimiter
(
$delimiter
){
41
// do nothing
42
}
43
}
44
?>
Modules
DataCollection
libs
SimpleExcel
Writer
TSVWriter.php
Generated on Wed Apr 27 2016 21:01:04 for ILIAS by
1.8.1.2 (using
Doxyfile
)