label = $label; $this->icon = $icon; $this->attributes = $attributes; } public function render() { return sprintf( '', arrayToHtmlAttributes($this->attributes), htmlReady($this->label) ); } }