| Total Complexity | 3 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 5 | class HookDocumentItemAction extends HookEvent implements HookDocumentItemActionEventInterface |
||
| 6 | { |
||
| 7 | protected function __construct() |
||
| 10 | } |
||
| 11 | |||
| 12 | /** |
||
| 13 | * Update all the observers. |
||
| 14 | * |
||
| 15 | * @param int $type |
||
| 16 | * |
||
| 17 | * @return array |
||
| 18 | */ |
||
| 19 | public function notifyDocumentItemAction($type) |
||
| 32 |