report = $report; } public function getName() { return get_class($this); } /** * @return \common_report_Report */ public function getReport() { return $this->report; } public function jsonSerialize() { return [ 'report' => $this->report->toArray() ]; } }