responsable for loading and maintaining Amfphp configuration
Located in /Amfphp/Core/Config.php (line 19)
array of plugins that are available but should be disabled
array containing untyped plugin configuration data. Add as needed. The advised format is the name of the plugin as key, and then paramName/paramValue pairs as an array.
example: array("plugin" => array( "paramName" =>"paramValue")) The array( "paramName" =>"paramValue") will be passed as is to the plugin at construction time.
path to the folder containing the plugins. defaults to Amfphp_ROOTPATH . "/Plugins/"
paths to folders containing services(relative or absolute)
a dictionary of service classes represented in a ClassFindInfo.
The key is the name of the service, the value is the class find info. for example: AmfphpDiscoveryService -> new ClassfindInfo( ... /Plugins/serviceBrowser/AmfphpDiscoveryService.php, AmfphpDiscoveryService) The forward slash is important, don't use '\'!
Documentation generated on Thu, 24 Mar 2011 16:55:39 +0100 by phpDocumentor 1.4.3