@@ -79,6 +79,9 @@ discard block |
||
| 79 | 79 | } while (count($rows) > 0); |
| 80 | 80 | } |
| 81 | 81 | |
| 82 | + /** |
|
| 83 | + * @param string $path |
|
| 84 | + */ |
|
| 82 | 85 | private function getId($storage, $path) { |
| 83 | 86 | if (!$this->getIdQuery) { |
| 84 | 87 | $builder = $this->connection->getQueryBuilder(); |
@@ -95,6 +98,9 @@ discard block |
||
| 95 | 98 | return $this->getIdQuery->execute()->fetchColumn(); |
| 96 | 99 | } |
| 97 | 100 | |
| 101 | + /** |
|
| 102 | + * @param string $newPath |
|
| 103 | + */ |
|
| 98 | 104 | private function update($fileid, $newPath) { |
| 99 | 105 | if (!$this->updateQuery) { |
| 100 | 106 | $builder = $this->connection->getQueryBuilder(); |