Actualización
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/* For licensing terms, see /license.txt */
|
||||
|
||||
/**
|
||||
* Interface HookDocumentItemViewObserverInterface.
|
||||
*/
|
||||
interface HookDocumentItemViewObserverInterface extends HookObserverInterface
|
||||
{
|
||||
public function notifyDocumentItemView(HookDocumentItemViewEventInterface $hookvent): string;
|
||||
}
|
||||
Reference in New Issue
Block a user