report = $report; } /** * Return a unique name for this event * @see \oat\oatbox\event\Event::getName() */ public function getName() { return get_class($this); } /** * @return ReportInterface */ public function getReport() { return $this->report; } }