1 | <?php |
||
9 | class TestController extends Controller { |
||
10 | |||
11 | /** |
||
12 | * @Extjs\Direct |
||
13 | */ |
||
14 | public function testAction() { |
||
17 | |||
18 | public function notApiAction() { |
||
21 | |||
22 | /** |
||
23 | * @Extjs\Direct |
||
24 | */ |
||
25 | public function test2Action($id) { |
||
28 | |||
29 | /** |
||
30 | * @Extjs\Direct |
||
31 | */ |
||
32 | public function testRequestParamAction(Request $request) { |
||
35 | } |