Beispiel #1
0
 /**
  * Initialise this autoloader
  *
  * @return  CompojoomAutoloader
  */
 public static function init()
 {
     if (self::$autoloader == null) {
         self::$autoloader = new self();
     }
     return self::$autoloader;
 }