Ejemplo n.º 1
0
 /**
  * @static
  * @return RTCommon_ClassLoader
  */
 public static function getInstance()
 {
     if (!isset(self::$_instance)) {
         self::$_instance = new RTCommon_ClassLoader();
         self::_setupDefaultLoader();
     }
     return self::$_instance;
 }