Skip to content
Snippets Groups Projects
Unverified Commit 4941817c authored by Tobias Reischmann's avatar Tobias Reischmann
Browse files

Small changes to class names and comments

parent bfa6b126
Branches
Tags
No related merge requests found
...@@ -35,7 +35,7 @@ require_once(__DIR__.'/../../classes/triggerresponse.php'); ...@@ -35,7 +35,7 @@ require_once(__DIR__.'/../../classes/triggerresponse.php');
* Class which implements the basic methods necessary for a course deprovision trigger subplugin * Class which implements the basic methods necessary for a course deprovision trigger subplugin
* @package local_course_deprovision\trigger * @package local_course_deprovision\trigger
*/ */
class sitecourse implements base { class sitecourse_trigger implements base {
/** /**
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
* Interface for the subplugintype trigger * Interface for the subplugintype trigger
* It has to be implemented by all subplugins. * It has to be implemented by all subplugins.
* *
* @package local * @package local_course_deprovision_trigger
* @subpackage course_deprovision * @subpackage startdatedelay
* @copyright 2017 Tobias Reischmann WWU * @copyright 2017 Tobias Reischmann WWU
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/ */
...@@ -35,7 +35,7 @@ require_once(__DIR__.'/../../classes/triggerresponse.php'); ...@@ -35,7 +35,7 @@ require_once(__DIR__.'/../../classes/triggerresponse.php');
* Class which implements the basic methods necessary for a course deprovision trigger subplugin * Class which implements the basic methods necessary for a course deprovision trigger subplugin
* @package local_course_deprovision\trigger * @package local_course_deprovision\trigger
*/ */
class startdatedelay implements base { class startdatedelay_trigger implements base {
/** /**
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
/** /**
* Settings for start date delay * Settings for start date delay
* *
* @package local_course_deprovision * @package local_course_deprovision_trigger
* @subpackage trigger * @subpackage startdatedelay
* @copyright 2017 Tobias Reischmann WWU * @copyright 2017 Tobias Reischmann WWU
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/ */
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
* Course Deprovision Startdate Trigger * Course Deprovision Startdate Trigger
* *
* @package local_course_deprovision_trigger * @package local_course_deprovision_trigger
* @subpackage enddate * @subpackage startdatedelay
* @copyright 2017 Tobias Reischmann WWU * @copyright 2017 Tobias Reischmann WWU
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment