You are here

protected property simple_html_dom::$block_tags in simplehtmldom API 7

Same name and namespace in other branches
  1. 5.2 simplehtmldom/simple_html_dom.php \simple_html_dom::block_tags
  2. 6 simplehtmldom/simple_html_dom.php \simple_html_dom::block_tags

File

simplehtmldom/simple_html_dom.php, line 499

Class

simple_html_dom

Code

protected $block_tags = array(
  'root' => 1,
  'body' => 1,
  'form' => 1,
  'div' => 1,
  'span' => 1,
  'table' => 1,
);