ILIAS
Release_4_4_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
JSONWriter.php
Go to the documentation of this file.
1
<?php
2
3
namespace
SimpleExcel\Writer;
4
11
class
JSONWriter
extends
BaseWriter
implements
IWriter
12
{
19
protected
$content_type
=
'application/json'
;
20
27
protected
$file_extension
=
'json'
;
28
34
public
function
saveString
(){
35
return
json_encode($this->tabl_data);
36
}
37
}
38
?>
Modules
DataCollection
libs
SimpleExcel
Writer
JSONWriter.php
Generated on Wed Apr 27 2016 20:01:12 for ILIAS by
1.8.1.2 (using
Doxyfile
)