context = $context; } /** * Get the translation context * * @return array */ public function getContext() { return $this->context; } /** * Set the translation context * * @param array $context */ public function setContext(array $context) { $this->context = $context; } }