| 1 | <?php |
||
| 16 | class RpcImplController extends Controller |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @param string $noDefault |
||
| 20 | * @param string $default |
||
| 21 | * @param array $array |
||
| 22 | * @param RpcRequestInterface $request |
||
| 23 | * |
||
| 24 | * @return JsonResponse |
||
| 25 | */ |
||
| 26 | 3 | public function testAction($noDefault, $default = 'test', array $array, RpcRequestInterface $request) |
|
| 30 | } |
||
| 31 |