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

9 lines
223 B
PHP

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