Exemplo n.º 1
0
 protected function getClassName($sValue)
 {
     return BxDolStudioUtils::getClassName($sValue);
 }
Exemplo n.º 2
0
 protected function getClassName($sValue)
 {
     bx_import('BxDolStudioUtils');
     return BxDolStudioUtils::getClassName($sValue);
 }
Exemplo n.º 3
0
 public function getClassName($sValue)
 {
     return BxDolStudioUtils::getClassName($sValue);
 }