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

9 lines
168 B
PHP

<?php
/* For licensing terms, see /license.txt */
interface HookLearningPathCreatedEventInterface extends HookEventInterface
{
public function notifyCreated();
}