package = $package; $e->comparator = $comparator; return $e; } /** * Get the package whose hashes were loaded. * * @return ITSEC_File_Change_Package */ public function get_package() { return $this->package; } /** * Get the hash comparator that could not load the hashes. * * @return ITSEC_File_Change_Hash_Comparator_Loadable */ public function get_comparator() { return $this->comparator; } }