Line 89 in /home/thewebsitemarket/public_html/vendor/gorriecoe/silverstripe-htmltag/src/view/HTMLTag.php
80 return $this; 81 } 82 83 /** 84 * Defines an HTML attribute to add 85 * @param string $name Attribute name 86 * @param string $value Attribute value 87 * @return HTMLTag $this 88 */ 89 public function addAttribute($name = null, $value) 90 { 91 if ($value) { 92 $this->attributes[$name] = $value; 93 } 94 return $this; 95 }
Line 100 in /home/thewebsitemarket/public_html/vendor/gorriecoe/silverstripe-htmltag/src/view/HTMLTag.php
91 if ($value) { 92 $this->attributes[$name] = $value; 93 } 94 return $this; 95 } 96 97 /** 98 * @alias addAttribute 99 */ 100 public function setAttribute($name = null, $value) 101 { 102 $this->addAttribute($name, $value); 103 return $this; 104 } 105 106 /**
Duplicate key SiteTree.TABMAIN detected in no / multiple modules with no obvious owner
SilverStripe\Dev\Tasks\i18nTextCollectorTask completed!