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

9 lines
220 B
PHP

<?php
/* For licensing terms, see /license.txt */
interface HookLearningPathCreatedObserverInterface extends HookObserverInterface
{
public function hookCreated(HookLearningPathCreatedEventInterface $hookEvent);
}