ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
WriterPart.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
PhpOffice\PhpSpreadsheet\Writer\Ods
;
4
5
use
PhpOffice\PhpSpreadsheet\Writer\Ods
;
6
7
abstract
class
WriterPart
8
{
14
private
$parentWriter
;
15
21
public
function
getParentWriter
()
22
{
23
return
$this->parentWriter
;
24
}
25
29
public
function
__construct
(
Ods
$writer)
30
{
31
$this->parentWriter = $writer;
32
}
33
34
abstract
public
function
write
(): string;
35
}
php
An exception for terminatinating execution or to throw for unit testing.
PhpOffice\PhpSpreadsheet\Writer\Ods\WriterPart
Definition:
WriterPart.php:8
PhpOffice\PhpSpreadsheet\Writer\Ods\WriterPart\write
write()
PhpOffice\PhpSpreadsheet\Writer\Ods\WriterPart\getParentWriter
getParentWriter()
Get Ods writer.
Definition:
WriterPart.php:21
PhpOffice\PhpSpreadsheet\Writer\Ods\WriterPart\__construct
__construct(Ods $writer)
Set parent Ods writer.
Definition:
WriterPart.php:29
PhpOffice\PhpSpreadsheet\Writer\Ods\WriterPart\$parentWriter
$parentWriter
Definition:
WriterPart.php:14
PhpOffice\PhpSpreadsheet\Writer\Ods
Definition:
Ods.php:19
PhpOffice\PhpSpreadsheet\Writer\Ods
Definition:
AutoFilters.php:3
libs
composer
vendor
phpoffice
phpspreadsheet
src
PhpSpreadsheet
Writer
Ods
WriterPart.php
Generated on Thu Oct 2 2025 19:01:12 for ILIAS by
1.9.4 (using
Doxyfile
)