Total Complexity | 2 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
22 | class DefaultController extends Controller |
||
23 | { |
||
24 | // Public Methods |
||
25 | // ========================================================================= |
||
26 | |||
27 | /** |
||
28 | * Handle transcoder/default console commands |
||
29 | * |
||
30 | * @return mixed |
||
31 | */ |
||
32 | public function actionIndex() |
||
39 | } |
||
40 | |||
41 | /** |
||
42 | * Handle transcoder/default/do-something console commands |
||
43 | * |
||
44 | * @return mixed |
||
45 | */ |
||
46 | public function actionDoSomething() |
||
55 |