Configuration options are defined on a per-device basis. The following options are
defined in Zend_Http_UserAgent_AbstractDevice. Like all options,
the "." character represents an additional level of depth to the configuration array.
Device Options
- features.classname
The name of a Features adapter class that has either been previously loaded or which is discoverable via autoloading, or used in conjunction with the
features.pathoption. This class must implement theZend_Http_UserAgent_Features_Adapterinterface.- features.path
If provided, the filesystem path to the features adapter class being used. The path must either be an absolute path or discoverable via the
include_path.




