@@ -59,6 +59,9 @@ discard block |
||
| 59 | 59 | return $query->execute()->fetchAll(); |
| 60 | 60 | } |
| 61 | 61 | |
| 62 | + /** |
|
| 63 | + * @param string $path |
|
| 64 | + */ |
|
| 62 | 65 | private function getId($storage, $path) { |
| 63 | 66 | $builder = $this->connection->getQueryBuilder(); |
| 64 | 67 | |
@@ -70,6 +73,9 @@ discard block |
||
| 70 | 73 | return $query->execute()->fetchColumn(); |
| 71 | 74 | } |
| 72 | 75 | |
| 76 | + /** |
|
| 77 | + * @param string $newPath |
|
| 78 | + */ |
|
| 73 | 79 | private function update($fileid, $newPath) { |
| 74 | 80 | $builder = $this->connection->getQueryBuilder(); |
| 75 | 81 | |