data_ = $data; $this->year_ = $year; $this->com_price_ = $com_price; $this->com_sheet_ = $com_sheet; } /** * @return array */ public function sheets(): array { $sheets = []; $sheets[] = new CompoundBacklogSheet($this->data_, $this->year_, $this->com_price_, $this->com_sheet_); return $sheets; } }