@@ -172,6 +172,9 @@ discard block |
||
172 | 172 | return true; |
173 | 173 | } |
174 | 174 | |
175 | + /** |
|
176 | + * @param string $path |
|
177 | + */ |
|
175 | 178 | private function rmObjects($path) { |
176 | 179 | $children = $this->getCache()->getFolderContents($path); |
177 | 180 | foreach ($children as $child) { |
@@ -521,6 +524,9 @@ discard block |
||
521 | 524 | return $metaData; |
522 | 525 | } |
523 | 526 | |
527 | + /** |
|
528 | + * @param string $path |
|
529 | + */ |
|
524 | 530 | private function getPathStat($path) { |
525 | 531 | $cacheEntry = $this->getCache()->get($path); |
526 | 532 | if ($cacheEntry instanceof CacheEntry) { |