예제 #1
0
파일: City.php 프로젝트: Ravaelles/Elder
 public static function generate()
 {
     $city = new City();
     $city->set(Location::NAME, self::getRandomName());
     return $city;
 }