예제 #1
0
 public function getBuildingType($nodeData, Building $building)
 {
     $nodeData['type'] = $building->getType();
     return $nodeData;
 }