ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Public Member Functions | |
saveString () | |
Get document content as string. More... | |
![]() | |
__construct () | |
addRow ($values) | |
Adding row data to table. More... | |
saveString () | |
Get document content as string. More... | |
saveFile ($filename, $target=NULL) | |
Export the document. More... | |
setData ($values) | |
Set tabular data. More... | |
Protected Attributes | |
$content_type = 'text/html' | |
$file_extension = 'html' | |
![]() | |
$tabl_data | |
$content_type = 'text' | |
$file_extension = 'txt' | |
Definition at line 11 of file HTMLWriter.php.
SimpleExcel\Writer\HTMLWriter::saveString | ( | ) |
Get document content as string.
Implements SimpleExcel\Writer\IWriter.
Definition at line 34 of file HTMLWriter.php.
References $row.
|
protected |
Definition at line 19 of file HTMLWriter.php.
|
protected |
Definition at line 27 of file HTMLWriter.php.