AAAAhome/academiac/www/plugins/vmpayment/sofort/sofort/library/helper/elements/sofort_html_tag.php000060400000002273151376513650027217 0ustar00 $value) { $loweredAttributes[strtolower($key)] = $value; } parent::__construct($tagname, $loweredAttributes, $children); } /** * Renders the element (override) * @see SofortTag::_render() */ protected function _render($output, $attributes) { return in_array($this->tagname, self::$selfClosingTags) ? "<{$this->tagname}{$attributes} />" : "<{$this->tagname}{$attributes}>{$output}tagname}>"; } } ?>