Actualización
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/* For licensing terms, see /license.txt */
|
||||
|
||||
/**
|
||||
* Interface HookQuizEndObserverInterface.
|
||||
*/
|
||||
interface HookQuizEndObserverInterface
|
||||
{
|
||||
/**
|
||||
* @param \HookQuizEndEventInterface $hookEvent
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function hookQuizEnd(HookQuizEndEventInterface $hookEvent);
|
||||
}
|
||||
Reference in New Issue
Block a user