Exemple #1
0
 /**
  * Returns the mast time the archive info of the bundle was modified.
  *
  * @param string $dir_name folder with archive bundle
  */
 static function getParamModifiedTime($dir_name)
 {
     return WebArchiveBundle::getParamModifiedTime($dir_name . "/summaries");
 }