@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For licensing terms, see /license.txt */ |
3 | 3 | |
4 | -use ChamiloSession as Session; |
|
5 | - |
|
6 | 4 | /** |
7 | 5 | * Class ExerciseLib |
8 | 6 | * shows a question and its answers |
@@ -9,7 +9,6 @@ |
||
9 | 9 | */ |
10 | 10 | |
11 | 11 | use ChamiloSession as Session; |
12 | -use Symfony\Component\Validator\Constraints as Assert; |
|
13 | 12 | use Chamilo\UserBundle\Entity\User; |
14 | 13 | use Chamilo\CoreBundle\Entity\Course; |
15 | 14 | use Chamilo\CoreBundle\Framework\Container; |
@@ -6,8 +6,6 @@ |
||
6 | 6 | use Chamilo\CourseBundle\Manager\SettingsManager; |
7 | 7 | use Chamilo\CourseBundle\ToolChain; |
8 | 8 | use Chamilo\CoreBundle\Entity\Course; |
9 | -use Chamilo\CourseBundle\Entity\CTool; |
|
10 | -use Chamilo\CoreBundle\Framework\Container; |
|
11 | 9 | |
12 | 10 | /** |
13 | 11 | * Class CourseManager |
@@ -2,7 +2,6 @@ |
||
2 | 2 | /* For licensing terms, see /license.txt */ |
3 | 3 | |
4 | 4 | use ChamiloSession as Session; |
5 | -use Doctrine\Common\Collections\Criteria; |
|
6 | 5 | |
7 | 6 | /** |
8 | 7 | * Class DocumentManager |
@@ -12,7 +12,6 @@ |
||
12 | 12 | |
13 | 13 | use Patchwork\Utf8; |
14 | 14 | use Chamilo\CoreBundle\Framework\Container; |
15 | -use Symfony\Component\Intl\Intl; |
|
16 | 15 | |
17 | 16 | /** |
18 | 17 | * Constants |
@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For licensing terms, see /license.txt */ |
3 | 3 | |
4 | -use ChamiloSession as Session; |
|
5 | - |
|
6 | 4 | /** |
7 | 5 | * Class ExerciseLib |
8 | 6 | * shows a question and its answers |
@@ -2,7 +2,6 @@ |
||
2 | 2 | /* For licensing terms, see /license.txt */ |
3 | 3 | |
4 | 4 | use ChamiloSession as Session; |
5 | - |
|
6 | 5 | use Chamilo\UserBundle\Entity\User; |
7 | 6 | |
8 | 7 | /** |
@@ -8,8 +8,6 @@ |
||
8 | 8 | use Symfony\Component\HttpFoundation\Response; |
9 | 9 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
10 | 10 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
11 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
|
12 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security; |
|
13 | 11 | |
14 | 12 | /** |
15 | 13 | * Class Administrator |
@@ -7,15 +7,7 @@ |
||
7 | 7 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
8 | 8 | use Symfony\Bundle\TwigBundle\TwigEngine; |
9 | 9 | use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
10 | -use Symfony\Component\HttpFoundation\Response; |
|
11 | -use Symfony\Component\HttpFoundation\JsonResponse; |
|
12 | -use Symfony\Component\HttpFoundation\Request; |
|
13 | 10 | use Knp\Menu\Matcher\Matcher; |
14 | -use Symfony\Component\Routing\Generator\UrlGeneratorInterface; |
|
15 | -use Symfony\Component\Routing\Annotation\Route; |
|
16 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
|
17 | -use Symfony\Component\DependencyInjection\Container; |
|
18 | - |
|
19 | 11 | use Knp\Menu\FactoryInterface as MenuFactoryInterface; |
20 | 12 | use Knp\Menu\ItemInterface as MenuItemInterface; |
21 | 13 | use Knp\Menu\Renderer\ListRenderer; |