summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-09-30 12:28:44 +0200
committerVincent Petry <pvince81@owncloud.com>2014-10-08 14:22:17 +0200
commitbcf654127fc5ea56596fe1329b5d92c8599fe7e0 (patch)
tree3bda82bca39df16c5ba1dd634018f7f0fe86fdba /apps/files_external/lib
parent1030f0a7638dd355ae514c51cf17fe7ff65461b2 (diff)
downloadnextcloud-server-bcf654127fc5ea56596fe1329b5d92c8599fe7e0.tar.gz
nextcloud-server-bcf654127fc5ea56596fe1329b5d92c8599fe7e0.zip
More phpdoc
Diffstat (limited to 'apps/files_external/lib')
-rw-r--r--apps/files_external/lib/etagpropagator.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files_external/lib/etagpropagator.php b/apps/files_external/lib/etagpropagator.php
index 35bf8328cad..64a121447a3 100644
--- a/apps/files_external/lib/etagpropagator.php
+++ b/apps/files_external/lib/etagpropagator.php
@@ -37,6 +37,11 @@ class EtagPropagator {
$this->config = $config;
}
+ /**
+ * Propagate the etag changes for all mountpoints marked as dirty and mark the mountpoints as clean
+ *
+ * @param int $time
+ */
public function propagateDirtyMountPoints($time = null) {
if ($time === null) {
$time = time();