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