1 | <?php |
||
10 | final class RpcImplController extends Controller |
||
11 | { |
||
12 | /** |
||
13 | * @param string $noDefault |
||
14 | * @param string $default |
||
15 | * @param array $array |
||
16 | * @param RpcRequestInterface $request |
||
17 | * |
||
18 | * @Method("annotation", inherit=false, context={"annotation-non-inherit"}, defaultContext=false) |
||
19 | * |
||
20 | * @return Response |
||
21 | */ |
||
22 | 3 | public function testAction($noDefault, $default = 'test', array $array, RpcRequestInterface $request) |
|
26 | } |
||
27 |