Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 2... Línea 2...
2
 
2
 
Línea 3... Línea 3...
3
declare(strict_types=1);
3
declare(strict_types=1);
Línea -... Línea 4...
-
 
4
 
4
 
5
namespace OpenSpout\Writer\CSV;
5
namespace OpenSpout\Writer\CSV;
6
 
6
 
7
use Exception;
7
use OpenSpout\Common\Entity\Cell;
8
use OpenSpout\Common\Entity\Cell;
8
use OpenSpout\Common\Entity\Row;
9
use OpenSpout\Common\Entity\Row;
Línea 27... Línea 28...
27
    public function getOptions(): Options
28
    public function getOptions(): Options
28
    {
29
    {
29
        return $this->options;
30
        return $this->options;
30
    }
31
    }
Línea -... Línea 32...
-
 
32
 
-
 
33
    public function setCreator(string $creator): void
-
 
34
    {
-
 
35
        throw new Exception('Method unsopported for CSV documents');
-
 
36
    }
31
 
37
 
32
    /**
38
    /**
33
     * Opens the CSV streamer and makes it ready to accept data.
39
     * Opens the CSV streamer and makes it ready to accept data.
34
     */
40
     */
35
    protected function openWriter(): void
41
    protected function openWriter(): void