55 $objWriter->startDocument(
'1.0',
'UTF-8',
'yes');
59 $objWriter->writeAttribute(
'xmlns',
'http://schemas.openxmlformats.org/package/2006/relationships');
62 $objWriter->writeAttribute(
'Type',
'http://schemas.microsoft.com/office/2006/relationships/vbaProjectSignature');
63 $objWriter->writeAttribute(
'Target',
'vbaProjectSignature.bin');
getParentWriter()
Get parent IWriter object.
writeVBARelationships(PHPExcel $pPHPExcel=null)
Write relationships for a signed VBA Project.
const STORAGE_MEMORY
Temporary storage method.