setApiRequest($apiRequest); $this->record = $record; $this->setUser($userID); } /** * @inheritDoc */ public function getHookValues() { return [$this->getApiRequest(), $this->record, &$this->authorized]; } /** * @return array */ public function getRecord(): array { return $this->record; } }