Example #1
0
 public function analyze(Event $event)
 {
     foreach ($event->getStartgroups() as $group) {
         $this->analyzeGroup($group);
     }
     $this->processSummary($event, $this->all);
     $event->save();
 }