9 lines
181 B
PHP
9 lines
181 B
PHP
<?php
|
|
|
|
/* For licensing terms, see /license.txt */
|
|
|
|
interface HookPortfolioItemHighlightedEventInterface extends HookEventInterface
|
|
{
|
|
public function notifyItemHighlighted();
|
|
}
|