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

14 lines
262 B
PHP

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