function simple_html_dom_node::setAttribute in simplehtmldom API 6
Same name and namespace in other branches
- 5.2 simplehtmldom/simple_html_dom.php \simple_html_dom_node::setAttribute()
- 7 simplehtmldom/simple_html_dom.php \simple_html_dom_node::setAttribute()
File
- simplehtmldom/simple_html_dom.php, line 464 
Class
Code
function setAttribute($name, $value) {
  $this
    ->__set($name, $value);
}