responsable for loading and maintaining Amfphp configuration
Located in /Amfphp/Core/Config.php (line 19)
set to true if you want the service router to check if the number of arguments received by amfPHP matches with the method being called.
This should be set to false in production for performance reasons
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.
paths 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 "\'!
array containing configuration data that is shared between the plugins. The format is paramName/paramValue pairs as an array.
Documentation generated on Mon, 23 Jan 2012 17:22:04 -0300 by phpDocumentor 1.4.3