hook = $hook; $this->data = $data; } /** * @return scalar[] */ public function getData(): array { return $this->data; } public function getHook(): string { return $this->hook; } }