Total Complexity | 2 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
20 | class OnlyofficeItemViewObserver extends HookObserver implements HookDocumentItemViewObserverInterface |
||
21 | { |
||
22 | /** |
||
23 | * Constructor |
||
24 | */ |
||
25 | public function __construct() |
||
30 | ); |
||
31 | } |
||
32 | |||
33 | /** |
||
34 | * Create a Onlyoffice view tools when the Chamilo loads document items |
||
35 | * |
||
36 | * @param HookDocumentItemViewEventInterface $event - the hook event |
||
37 | */ |
||
38 | public function notifyDocumentItemView(HookDocumentItemViewEventInterface $event): string |
||
45 |