예제 #1
0
 function check_string($arParameters = array())
 {
     parent::check_string($arParameters);
     if (!$arParameters['PlatformID']) {
         unset($arParameters['PlatformID']);
     }
     return $arParameters;
 }