|
|
|
@ -1,14 +1,6 @@ |
|
|
|
|
<?php |
|
|
|
|
/* For licensing terms, see /license.txt */ |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Hook Observer for Advanced subscription plugin. |
|
|
|
|
* |
|
|
|
|
* @author Daniel Alejandro Barreto Alva <daniel.barreto@beeznest.com> |
|
|
|
|
* |
|
|
|
|
* @package chamilo.plugin.advanced_subscription |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
use Chamilo\CoreBundle\Hook\HookObserver; |
|
|
|
|
use Chamilo\CoreBundle\Hook\Interfaces\HookAdminBlockEventInterface; |
|
|
|
|
use Chamilo\CoreBundle\Hook\Interfaces\HookAdminBlockObserverInterface; |
|
|
|
@ -18,6 +10,12 @@ use Chamilo\CoreBundle\Hook\Interfaces\HookNotificationTitleEventInterface; |
|
|
|
|
use Chamilo\CoreBundle\Hook\Interfaces\HookWSRegistrationEventInterface; |
|
|
|
|
use Chamilo\CoreBundle\Hook\Interfaces\HookWSRegistrationObserverInterface; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Hook Observer for Advanced subscription plugin. |
|
|
|
|
* |
|
|
|
|
* @author Daniel Alejandro Barreto Alva <daniel.barreto@beeznest.com> |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
require_once __DIR__.'/../config.php'; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|