%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/HookQuizEndObserverInterface.php |
<?php
/* For licensing terms, see /license.txt */
/**
* Interface HookQuizEndObserverInterface.
*/
interface HookQuizEndObserverInterface
{
/**
* @param \HookQuizEndEventInterface $hookEvent
*
* @return mixed
*/
public function hookQuizEnd(HookQuizEndEventInterface $hookEvent);
}