ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5
IWriter.php
Go to the documentation of this file.
1 <?php
2 
3 namespace SimpleExcel\Writer;
4 
13 interface IWriter
14 {
15  public function addRow($values);
16  public function saveString();
17  public function saveFile($filename, $target);
18  public function setData($values);
19 }
20 
21 ?>
saveFile($filename, $target)
$filename
Definition: buildRTE.php:89
define writer interface
Definition: IWriter.php:13