| Total Complexity | 4 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class DefaultController extends AbstractController |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @return \Symfony\Component\HttpFoundation\Response |
||
| 18 | */ |
||
| 19 | public function dashboardAction() |
||
| 20 | { |
||
| 21 | return $this->render('ChamiloThemeBundle:Default:index.html.twig'); |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @return \Symfony\Component\HttpFoundation\Response |
||
| 26 | */ |
||
| 27 | public function uiGeneralAction() |
||
| 30 | } |
||
| 31 | |||
| 32 | public function uiIconsAction() |
||
| 33 | { |
||
| 34 | return $this->render('ChamiloThemeBundle:Default:index.html.twig'); |
||
| 35 | } |
||
| 36 | |||
| 37 | public function formAction() |
||
| 43 | ]); |
||
| 44 | } |
||
| 45 | } |
||
| 46 |