名前
setOptions — Configure the autoloader
概要
setOptions(
                        $options
                    );
            setOptions()
                    Configures the state of the autoloader, including registering class maps.
                    Expects an array or Traversable object; the
                    argument will be passed to registerAutoloadMaps().