Guest User

Untitled

a guest
Oct 21st, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 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. // Here we lose reference to the configured and registered autoloader
  11. self::$loaders[] = new $loader;
  12. }
Add Comment
Please, Sign In to add comment