Esempio n. 1
0
 /** Build archive for a period */
 public function archivePeriod($notification)
 {
     $archiveProcessing = $notification->getNotificationObject();
     Piwik_SiteSearch_Archive::archivePeriod($archiveProcessing);
 }