file = $filename; } public function getFile() { return $this->file; } public function getContent() { throw new Exception("you should not use this method to show a raw content"); } }