public static function createInstance() { if (self::$autoLoader === null) { self::$autoLoader = new AutoLoader(); } return self::$autoLoader; }