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

9 lines
232 B
PHP

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