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