1 | <?php |
||
24 | class DummyAction extends Action |
||
25 | { |
||
26 | |||
27 | /** |
||
28 | * Apply validation process. |
||
29 | * |
||
30 | * @return bool|array |
||
31 | */ |
||
32 | public function validates() |
||
36 | |||
37 | /** |
||
38 | * Describe service. |
||
39 | * For services that inherited from CrudService it provides action description using CrudDescribeAction. |
||
40 | * |
||
41 | * @return mixed |
||
42 | */ |
||
43 | public function execute() |
||
47 | } |
||
48 |