示例#1
0
 /**
  * @param mixed $location
  */
 public function setLocation($location)
 {
     $this->location = DataChecker::location($location);
 }