__construct

setOptions

Configure the autoloader state

setOptions ( $options )

setOptions()

Used to configure the autoloader. Typically, it should expect either an array or a Traversable object, though validation of the options is left to implementation. Additionally, it is recommended that the method return the autoloader instance in order to implement a fluent interface.


__construct