You are here

protected property HTML5::$options in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/masterminds/html5/src/HTML5.php \Masterminds\HTML5::options

Global options for the parser and serializer.

Type: array

File

vendor/masterminds/html5/src/HTML5.php, line 27

Class

HTML5
This class offers convenience methods for parsing and serializing HTML5. It is roughly designed to mirror the \DOMDocument class that is provided with most versions of PHP.

Namespace

Masterminds

Code

protected $options = array(
  // If the serializer should encode all entities.
  'encode_entities' => false,
);