|
|
|
@ -2,17 +2,14 @@ |
|
|
|
|
/* For licensing terms, see /license.txt */ |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Controller script. Prepares the common background variables to give to the scripts corresponding to |
|
|
|
|
* the requested action |
|
|
|
|
* This file contains class used like controller, it should be included inside a dispatcher file (e.g: index.php) |
|
|
|
|
* @author Christian Fasanando <christian1827@gmail.com> |
|
|
|
|
* @package chamilo.dashboard |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Controller script. Prepares the common background variables to give to the scripts corresponding to |
|
|
|
|
* the requested action |
|
|
|
|
*/ |
|
|
|
|
class DashboardController { // extends Controller { |
|
|
|
|
|
|
|
|
|
class DashboardController |
|
|
|
|
{ |
|
|
|
|
private $toolname; |
|
|
|
|
private $view; |
|
|
|
|
private $user_id; |
|
|
|
@ -119,6 +116,4 @@ class DashboardController { // extends Controller { |
|
|
|
|
$result = DashboardManager::close_user_block($user_id, $path); |
|
|
|
|
$this->display($result); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
?> |
|
|
|
|