an example service for typed objects
Located in /Examples/Php/ExampleServices/VoService.php (line 17)
This method expects a UserVo1 object. So amfPHP must receive a typed UserVo1 object, and the CustomClassConverter plugin
must find the UserVo1 class in its value object folders
This method accepts any object. The idea here is that you send an object that is typed(see client example prjects) and it will be returned. This allows you to use typing on the client side without needing to create corresponding PHP VO classes. If you do this exclusively, you can disable the CustomClassConverter plugin, which will increase performance.
amfPHP does this by using the reserved '_explicitType' marker on anonymous PHP objects.
Documentation generated on Tue, 29 May 2012 23:42:06 +0200 by phpDocumentor 1.4.3