File tree 2 files changed +21
-0
lines changed
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,16 @@ class MsDoc extends AbstractReader implements ReaderInterface
56
56
* Object Pool Stream.
57
57
*/
58
58
private $ dataObjectPool ;
59
+
60
+ /**
61
+ * Object Stream.
62
+ */
63
+ private $ _SummaryInformation ;
64
+
65
+ /**
66
+ * Object Stream.
67
+ */
68
+ private $ _DocumentSummaryInformation ;
59
69
60
70
/**
61
71
* @var stdClass[]
Original file line number Diff line number Diff line change @@ -61,6 +61,17 @@ class OLERead
61
61
public $ wrkObjectPool = null ;
62
62
public $ summaryInformation = null ;
63
63
public $ docSummaryInfos = null ;
64
+ public $ numBigBlockDepotBlocks = null ;
65
+ public $ rootStartBlock = null ;
66
+ public $ sbdStartBlock = null ;
67
+ public $ extensionBlock = null ;
68
+ public $ numExtensionBlocks = null ;
69
+ public $ bigBlockChain = null ;
70
+ public $ smallBlockChain = null ;
71
+ public $ entry = null ;
72
+ public $ rootentry = null ;
73
+ public $ wrkObjectPoolelseif = null ;
74
+ public $ props = array ();
64
75
65
76
/**
66
77
* Read the file
You can’t perform that action at this time.
0 commit comments