public function getArchive($id) { $ret = new Archive($id, $this); if (!$ret->exists()) { return false; } return $ret; }