#88 Make plugins DB codechecker happy
This commit is contained in:
parent
a0bb27773f
commit
7a2e080ab8
54 changed files with 752 additions and 395 deletions
|
@ -30,6 +30,10 @@ defined('MOODLE_INTERNAL') || die();
|
|||
* Class element
|
||||
*
|
||||
* All customercert element plugins are based on this class.
|
||||
*
|
||||
* @package mod_customcert
|
||||
* @copyright 2013 Mark Nelson <markn@moodle.com>
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
abstract class element {
|
||||
|
||||
|
@ -216,7 +220,9 @@ abstract class element {
|
|||
*
|
||||
* @param \restore_customcert_activity_task $restore
|
||||
*/
|
||||
public function after_restore($restore) { }
|
||||
public function after_restore($restore) {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Magic getter for read only access.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue