1 | <?php |
||
11 | class Relationships |
||
12 | { |
||
13 | /** @var string */ |
||
14 | private $xml = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n"; |
||
15 | /** @var string */ |
||
16 | private $urlSchemaFormat = 'http://schemas.openxmlformats.org/officeDocument/2006'; |
||
17 | |||
18 | /** |
||
19 | * @return string |
||
20 | */ |
||
21 | public function buildRelationshipsXML() |
||
36 | } |
||
37 |