filename = $filename; $this->file_contents = $file_contents; } public function filename() { return $this->filename; } public function file_contents() { return $this->file_contents; } }