@@ -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 |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For licensing terms, see /license.txt */ |
3 | 3 | |
4 | -use ChamiloSession as Session; |
|
5 | 4 | use Symfony\Component\Finder\Finder; |
6 | 5 | |
7 | 6 | require_once '../inc/global.inc.php'; |
@@ -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 |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For licensing terms, see /license.txt */ |
3 | 3 | |
4 | -use ChamiloSession as Session; |
|
5 | 4 | use Symfony\Component\Finder\Finder; |
6 | 5 | |
7 | 6 | require_once '../inc/global.inc.php'; |
@@ -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 |