protected function getClassName($sValue)
 {
     return BxDolStudioUtils::getClassName($sValue);
 }
 protected function getClassName($sValue)
 {
     bx_import('BxDolStudioUtils');
     return BxDolStudioUtils::getClassName($sValue);
 }
Exemple #3
0
 public function getClassName($sValue)
 {
     return BxDolStudioUtils::getClassName($sValue);
 }