You are here

protected property simple_html_dom::$self_closing_tags in simplehtmldom API 7

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

File

simplehtmldom/simple_html_dom.php, line 498

Class

simple_html_dom

Code

protected $self_closing_tags = array(
  'img' => 1,
  'br' => 1,
  'input' => 1,
  'meta' => 1,
  'link' => 1,
  'hr' => 1,
  'base' => 1,
  'embed' => 1,
  'spacer' => 1,
);