diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-09-30 12:28:44 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-10-08 14:22:17 +0200 |
commit | bcf654127fc5ea56596fe1329b5d92c8599fe7e0 (patch) | |
tree | 3bda82bca39df16c5ba1dd634018f7f0fe86fdba /apps/files_external/lib | |
parent | 1030f0a7638dd355ae514c51cf17fe7ff65461b2 (diff) | |
download | nextcloud-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.php | 5 |
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(); |