[Amfphp_Examples_ExampleService] element index

Package indexes

All elements
a g n p r s u v
a
top
$age
UserVo1::$age in UserVo1.php
g
top
getPizza
PizzaService::getPizza() in PizzaService.php
n
top
$name
UserVo1::$name in UserVo1.php
p
top
PizzaService.php
PizzaService.php in PizzaService.php
PizzaService
PizzaService in PizzaService.php
an example service for the pizza examples
r
top
receiveAndReturnUserVo1
This method expects a UserVo1 object. So amfPHP must receive a typed UserVo1 object, and the CustomClassConverter plugin
receiveAndReturnUserVo2
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.
s
top
$status
UserVo1::$status in UserVo1.php
u
top
UserVo1.php
UserVo1.php in UserVo1.php
UserVo1
UserVo1 in UserVo1.php
an example service for the pizza examples
v
top
VoService.php
VoService.php in VoService.php
VoService
VoService in VoService.php
an example service for typed objects
a g n p r s u v