Name
registerAutoloadMaps — Register multiple class maps at once
Übersicht
registerAutoloadMaps(
                        $maps
                    );
            registerAutoloadMaps()
                    Register multiple class maps with the autoloader. Expects either an array or
                    Traversable object; it then iterates over the
                    argument and passes each value to registerAutoloadMap().