public function RulesInterface::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/masterminds/html5/src/HTML5/Serializer/RulesInterface.php \Masterminds\HTML5\Serializer\RulesInterface::__construct()
The class constructor.
Note, before the rules can be used a traverser must be registered.
Parameters
mixed $output: The output stream to write output to.
array $options: An array of options.
1 method overrides RulesInterface::__construct()
- OutputRules::__construct in vendor/
masterminds/ html5/ src/ HTML5/ Serializer/ OutputRules.php - The class constructor.
File
- vendor/
masterminds/ html5/ src/ HTML5/ Serializer/ RulesInterface.php, line 29 - The interface definition for Rules to generate output.
Class
- RulesInterface
- To create a new rule set for writing output the RulesInterface needs to be implemented. The resulting class can be specified in the options with the key of rules.
Namespace
Masterminds\HTML5\SerializerCode
public function __construct($output, $options = array());