attributes = $attributes; } /** * Renders the element. * * @return string */ public function render() { return sprintf('
', arrayToHtmlAttributes($this->attributes)); } }