9 lines
238 B
PHP
9 lines
238 B
PHP
<?php
|
|
|
|
/* For licensing terms, see /license.txt */
|
|
|
|
interface HookPortfolioItemHighlightedObserverInterface extends HookObserverInterface
|
|
{
|
|
public function hookItemHighlighted(HookPortfolioItemHighlightedEventInterface $hookEvent);
|
|
}
|