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