예제 #1
0
 public static function fill($hash, $loc, $normalizedLocation)
 {
     $fingerprint = new Fingerprint();
     $fingerprint->setHash($hash);
     $fingerprint->setLocation($loc);
     $fingerprint->setNormalizedLocation($normalizedLocation);
     return $fingerprint;
 }