예제 #1
0
 protected function getClassName($sValue)
 {
     return BxDolStudioUtils::getClassName($sValue);
 }
예제 #2
0
 protected function getClassName($sValue)
 {
     bx_import('BxDolStudioUtils');
     return BxDolStudioUtils::getClassName($sValue);
 }
예제 #3
0
 public function getClassName($sValue)
 {
     return BxDolStudioUtils::getClassName($sValue);
 }