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