AAAAhome/academiac/www/plugins/vmpayment/sofort/sofort/library/helper/elements/sofort_text.php000060400000001515151376513620026377 0ustar00text = $trim ? trim($text) : $text; $this->escape = $escape; } /** * Renders the element (override) * (non-PHPdoc) * @see SofortElement::render() */ public function render() { return $this->escape ? htmlspecialchars($this->text) : $this->text; } } ?>