Ejemplo n.º 1
0
 public function applyParams($text, $key)
 {
     if ($this->params) {
         return strtr($text, $this->params->produce($key));
     } else {
         return $text;
     }
 }