Exemplo n.º 1
0
 /**
  * Returns true if Piwik can launch the archiving process for this archive,
  * false if otherwise.
  *
  * @return bool
  */
 public function isArchivingDisabled()
 {
     return Piwik_ArchiveProcessing::isArchivingDisabledFor($this->segment, $this->period);
 }