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