content = null; } public function exists() { return false; } public function writeContent($content) { $this->content = $content; } public function getContent() { return $this->content; } public function getModificationDate() { throw new Exception('invalid operation'); } }