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