header = $design->header; $this->body = $design->body; $this->table = $design->table; $this->footer = $design->footer; $this->table_styles = $design->table_styles; } public function header() { return $this->header; } public function body() { return $this->body; } public function table_styles() { return $this->table_styles; } public function table() { return $this->table; } public function footer() { return $this->footer; } }