Guest User

Untitled

a guest
Oct 21st, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <?php
  2. /* Zend\Loader\AutoloaderFactory.php */
  3. public static function factory(options)
  4. {
  5. // .....
  6. $loader = new $class($opts);
  7. // .....
  8. $loader->register();
  9.  
  10. self::$loaders[] = new $loader; // Here we lose reference to the configured and registered autoloader
  11. }
Add Comment
Please, Sign In to add comment