response->format = 'json'; if (!is_numeric($id)) { $id = null; } return City::getChildren($id); } }