adds the discovery service, a service that returns information about available services.
Don't use on a production server unless you know what you're doing!
Located in /Amfphp/Plugins/AmfphpDiscovery/AmfphpDiscovery.php (line 28)
array of files and folders to ignore during introspection of the services dir
e.g. ignore dBug.php, an entire directory called 'classes' and also a subdirectory of one of the service directories (Vo/) $this->pluginsConfig = array('AmfphpDiscovery' => array('excludePaths' => array('dBug', 'classes', 'Vo/'))); default is for ignoring Vo/ folder
constructor.
adds filters to grab config about services and add discovery service. Low priority so that other plugins can add their services first
grabs serviceFolderPaths from config
grabs serviceNames2ClassFindInfo from config and add discovery service
Documentation generated on Tue, 29 May 2012 23:41:58 +0200 by phpDocumentor 1.4.3