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