ILIAS
release_4-4 Revision
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Files
File List
+
Globals
+
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
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
?>
SimpleExcel\Writer\CSVWriter
Definition:
CSVWriter.php:11
SimpleExcel\Writer\TSVWriter\$delimiter
$delimiter
Definition:
TSVWriter.php:27
SimpleExcel\Writer\TSVWriter\$content_type
$content_type
Definition:
TSVWriter.php:19
SimpleExcel\Writer
Definition:
BaseWriter.php:3
SimpleExcel\Writer\TSVWriter\setDelimiter
setDelimiter($delimiter)
Override parent class, this method is ignored in TSV.
Definition:
TSVWriter.php:40
SimpleExcel\Writer\TSVWriter\$file_extension
$file_extension
Definition:
TSVWriter.php:35
SimpleExcel\Writer\IWriter
define writer interface
Definition:
IWriter.php:13
SimpleExcel\Writer\TSVWriter
Definition:
TSVWriter.php:11
Modules
DataCollection
libs
SimpleExcel
Writer
TSVWriter.php
Generated on Mon Dec 21 2020 19:01:01 for ILIAS by
1.8.13 (using
Doxyfile
)