示例#1
0
 /**
  * @return array
  */
 private function getPeriodsToProcess()
 {
     $this->restrictToPeriods = array_intersect($this->restrictToPeriods, $this->getDefaultPeriodsToProcess());
     $this->restrictToPeriods = array_intersect($this->restrictToPeriods, PeriodFactory::getPeriodsEnabledForAPI());
     return $this->restrictToPeriods;
 }