public function applyParams($text, $key) { if ($this->params) { return strtr($text, $this->params->produce($key)); } else { return $text; } }