context = $context; } /** * Get context. * * @return array */ public function getContext(): array { return $this->context; } }