mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
More phpdoc
This commit is contained in:
parent
1030f0a763
commit
bcf654127f
1 changed files with 5 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue