Files
Chamilo/main/inc/lib/hook/interfaces/HookLearningPathItemViewedEventInterface.php
2025-08-14 22:37:50 +02:00

14 lines
285 B
PHP

<?php
/* For licensing terms, see /license.txt */
/**
* Interface HookLearningPathItemViewedEventInterface.
*/
interface HookLearningPathItemViewedEventInterface extends HookEventInterface
{
/**
* @return mixed
*/
public function notifyLearningPathItemViewed();
}