source = $source; $this->value = $value; } /** * Get the source type. * * @return ITSEC_Fingerprint_Source */ public function get_source() { return $this->source; } /** * Get the value. * * @return mixed */ public function get_value() { return $this->value; } }