Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 39... Línea 39...
39
     * @throws IOException                        If unable to write data
39
     * @throws IOException                        If unable to write data
40
     */
40
     */
41
    public function addRow(Row $row): void;
41
    public function addRow(Row $row): void;
Línea 42... Línea 42...
42
 
42
 
-
 
43
    /**
-
 
44
     * Set document creator.
-
 
45
     *
-
 
46
     * @param string $creator document creator
-
 
47
     */
-
 
48
    public function setCreator(string $creator): void;
-
 
49
 
43
    /**
50
    /**
44
     * Appends the rows to the end of the stream.
51
     * Appends the rows to the end of the stream.
45
     *
52
     *
46
     * @param Row[] $rows The rows to be appended to the stream
53
     * @param Row[] $rows The rows to be appended to the stream
47
     *
54
     *
Línea 50... Línea 57...
50
     * @throws IOException                        If unable to write data
57
     * @throws IOException                        If unable to write data
51
     */
58
     */
52
    public function addRows(array $rows): void;
59
    public function addRows(array $rows): void;
Línea 53... Línea 60...
53
 
60
 
54
    /**
-
 
55
     * Set document creator.
-
 
56
     *
-
 
57
     * @param string $creator document creator
-
 
58
     */
-
 
59
    public function setCreator(string $creator): void;
-
 
60
 
-
 
61
    /**
61
    /**
62
     * @return 0|positive-int
62
     * @return 0|positive-int
63
     */
63
     */
Línea 64... Línea 64...
64
    public function getWrittenRowCount(): int;
64
    public function getWrittenRowCount(): int;