Class Amfphp_Core_Config

Description

responsable for loading and maintaining Amfphp configuration

  • author: Ariel Sommeria-klein

Located in /Amfphp/Core/Config.php (line 19)


	
			
Variable Summary
Method Summary
Amfphp_Core_Config __construct ()
Variables
array $disabledPlugins (line 56)

array of plugins that are available but should be disabled

  • access: public
array $pluginsConfig (line 50)

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.

  • access: public
String $pluginsFolder (line 40)

path to the folder containing the plugins. defaults to Amfphp_ROOTPATH . "/Plugins/"

  • access: public
$serviceFolderPaths (line 25)

paths to folders containing services(relative or absolute)

  • var: of paths
  • access: public
$serviceNames2ClassFindInfo (line 34)

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 '\'!

  • var: of ClassFindInfo
  • access: public
Methods
Constructor __construct (line 58)
  • access: public
Amfphp_Core_Config __construct ()

Documentation generated on Thu, 24 Mar 2011 16:55:39 +0100 by phpDocumentor 1.4.3