Exemple #1
0
 /**
  * Sets the archive info (DESCRIPTION, COUNT,
  * NUM_DOCS_PER_PARTITION) for the web archive bundle associated with
  * this bundle. As DESCRIPTION is used to store info about the info
  * bundle this sets the global properties of the info bundle as well.
  *
  * @param string $dir_name folder with archive bundle
  * @param array $info struct with above fields
  */
 static function setArchiveInfo($dir_name, $info)
 {
     WebArchiveBundle::setArchiveInfo($dir_name . "/summaries", $info);
 }