Actualización
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/* For licensing terms, see /license.txt */
|
||||
|
||||
/**
|
||||
* Interface HookPortfolioItemCommentedObserverInterface.
|
||||
*/
|
||||
interface HookPortfolioItemCommentedObserverInterface extends HookObserverInterface
|
||||
{
|
||||
/**
|
||||
* @param \HookPortfolioItemCommentedEventInterface $hookEvent
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function hookItemCommented(HookPortfolioItemCommentedEventInterface $hookEvent);
|
||||
}
|
||||
Reference in New Issue
Block a user