upgrade
This commit is contained in:
13
main/inc/lib/hook/interfaces/HookQuizEndEventInterface.php
Normal file
13
main/inc/lib/hook/interfaces/HookQuizEndEventInterface.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/* For licensing terms, see /license.txt */
|
||||
|
||||
/**
|
||||
* Interface HookQuizEndEventInterface.
|
||||
*/
|
||||
interface HookQuizEndEventInterface extends HookEventInterface
|
||||
{
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
public function notifyQuizEnd();
|
||||
}
|
||||
Reference in New Issue
Block a user