eventData['type'] = $type; /** @var \HookDocumentItemActionObserverInterface $observer */ foreach ($this->observers as $observer) { $data = $observer->notifyDocumentItemAction($this); $this->setEventData($data); } return $this->eventData; } }