| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 46 | private function getAppProperties() |
||
| 47 | { |
||
| 48 | $properties = '<Properties xmlns="'. |
||
| 49 | $this->urlSchemaFormat.'/extended-properties" xmlns:vt="'. |
||
| 50 | $this->urlSchemaFormat.'/docPropsVTypes">'; |
||
| 51 | $properties .= $this->getTotalTime(); |
||
| 52 | $properties .= '</Properties>'; |
||
| 53 | |||
| 54 | return $properties; |
||
| 55 | } |
||
| 56 | |||
| 65 |