includes = $design->includes; $this->header = $design->header; $this->body = $design->body; $this->product = $design->product; $this->task = $design->task; $this->footer = $design->footer; } public function includes() { return $this->includes; } public function header() { return $this->header; } public function body() { return $this->body; } public function product() { return $this->product; } public function task() { return $this->task; } public function footer() { return $this->footer; } }