context = $context; } public function getContext() { return $this->context; } public function setConversionUrl($conversionUrl) { $this->conversionUrl = $conversionUrl; } public function getConversionUrl() { return $this->conversionUrl; } }