| Total Complexity | 3 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | class HookDocumentItemView extends HookEvent implements HookDocumentItemViewEventInterface |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * HookDocumentItemView constructor. |
||
| 12 | * |
||
| 13 | * @throws Exception |
||
| 14 | */ |
||
| 15 | protected function __construct() |
||
| 16 | { |
||
| 17 | parent::__construct('HookDocumentItemView'); |
||
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @inheritDoc |
||
| 22 | */ |
||
| 23 | public function notifyDocumentItemView(): array |
||
| 33 | } |
||
| 34 | } |
||
| 35 |