Пример #1
0
 /**
  * Get core path of class
  * NOTE: unused
  *
  * @param string $className class name
  * @return string full file name of class
  */
 private static function _getCoreLibFilePath($className)
 {
     return BizClassLoader::getCoreLibFilePath($className);
 }
Пример #2
0
 /**
  * Get core path of class
  *
  * @param string $className class name
  * @return string full file name of class
  */
 public static function getCoreLibFilePath($className)
 {
     return BizClassLoader::getCoreLibFilePath($className);
 }