예제 #1
0
 private static function getObjectSelect(GWF_Module $module, GDO $gdo, $c, $classname)
 {
     if ($classname === 'GWF_Country') {
         return GWF_CountrySelect::single($c, $gdo->getVar($c));
     }
     die('Unsupported object in GWF_FormGDO::getObjectSelect: ' . $classname);
 }