Name
factory — Instantiate and register autoloaders
Synopsis
factory(
                        $options
                    );
            factory()
                    This method is static, and is used to instantiate
                    autoloaders and register them with the SPL autoloader. It expects either an
                    array or Traversable object as denoted in the
                    Options section.