名前
registerAutoloadMaps — Register multiple class maps at once
概要
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().