You are here

function simple_html_dom_node::getAttribute in simplehtmldom API 5.2

Same name and namespace in other branches
  1. 6 simplehtmldom/simple_html_dom.php \simple_html_dom_node::getAttribute()
  2. 7 simplehtmldom/simple_html_dom.php \simple_html_dom_node::getAttribute()

File

simplehtmldom/simple_html_dom.php, line 463

Class

simple_html_dom_node

Code

function getAttribute($name) {
  return $this
    ->__get($name);
}