Beispiel #1
0
 /**
  * Ability to use loader sith singleton implementation
  *
  * @return Magento_Autoload
  */
 public static function getInstance()
 {
     if (!self::$_instance) {
         self::$_instance = new Magento_Autoload();
     }
     return self::$_instance;
 }