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