More phpdoc

This commit is contained in:
Robin Appelman 2014-09-30 12:28:44 +02:00 committed by Vincent Petry
parent 1030f0a763
commit bcf654127f
1 changed files with 5 additions and 0 deletions

View 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();