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