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

9 lines
168 B
PHP

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