]> source.dussan.org Git - nextcloud-server.git/commitdiff
More phpdoc
authorRobin Appelman <icewind@owncloud.com>
Tue, 30 Sep 2014 10:28:44 +0000 (12:28 +0200)
committerVincent Petry <pvince81@owncloud.com>
Wed, 8 Oct 2014 12:22:17 +0000 (14:22 +0200)
apps/files_external/lib/etagpropagator.php

index 35bf8328cad8f7eb23ba492769c5cafb3452b500..64a121447a3e4a8d962e4b5f0e9db36e06ef863b 100644 (file)
@@ -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();