Since service classes are created internally by AMFPHP it is not possible to pass (at construction or with setters) parameters to services.
With ServicePropertySetter, it is now possible. This plugin can be used to centralize configuration parameters and dispatch them to the services.
For instance, if services need a connection to a database by using a PDO object, instead of creating one in each services, only one can be created in a configuration file and passed to the services with this plugin : no need to have a database configuration (or an include file) in each services.





Or login with :
Enter your WordPress.com blog URL
http://.wordpress.com
Proceed