public function contains($key) { $fileData = $this->getFileData(); return array_key_exists($key, $fileData); }