%PDF- %PDF-
| Direktori : /home/tjamichg/cursos.tjamich.gob.mx/main/inc/lib/hook/interfaces/ |
| Current File : //home/tjamichg/cursos.tjamich.gob.mx/main/inc/lib/hook/interfaces/HookQuizEndEventInterface.php |
<?php
/* For licensing terms, see /license.txt */
/**
* Interface HookQuizEndEventInterface.
*/
interface HookQuizEndEventInterface extends HookEventInterface
{
/**
* @return void
*/
public function notifyQuizEnd();
}