/** * Creates a key value array of the parameters that need to be passed by url. * @return array A key value map. */ protected function getArgumentMap() { $argMap = parent::getArgumentMap(); //add click parameter $argMap["clickparameters"] = $this->parameter->getNotificationId(); return $argMap; }