Files
Chamilo/main/inc/lib/hook/interfaces/HookLearningPathEndObserverInterface.php
2025-04-10 12:49:05 +02:00

11 lines
276 B
PHP

<?php
/* For licensing terms, see /license.txt */
/**
* Interface HookLearningPathEndObserverInterface.
*/
interface HookLearningPathEndObserverInterface extends HookObserverInterface
{
public function notifyLearningPathEnd(HookLearningPathEndEventInterface $event);
}