Actualización
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/* For licensing terms, see /license.txt */
|
||||
|
||||
/**
|
||||
* Interface HookLearningPathItemViewedEventInterface.
|
||||
*/
|
||||
interface HookLearningPathItemViewedEventInterface extends HookEventInterface
|
||||
{
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public function notifyLearningPathItemViewed();
|
||||
}
|
||||
Reference in New Issue
Block a user