You are here

public function RulesInterface::setTraverser in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/masterminds/html5/src/HTML5/Serializer/RulesInterface.php \Masterminds\HTML5\Serializer\RulesInterface::setTraverser()

Register the traverser used in but the rules.

Note, only one traverser can be used by the rules.

Parameters

\Masterminds\HTML5\Serializer\Traverser $traverser: The traverser used in the rules.

Return value

\Masterminds\HTML5\Serializer\RulesInterface $this for the current object.

1 method overrides RulesInterface::setTraverser()
OutputRules::setTraverser in vendor/masterminds/html5/src/HTML5/Serializer/OutputRules.php
Register the traverser used in but the rules.

File

vendor/masterminds/html5/src/HTML5/Serializer/RulesInterface.php, line 40
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\Serializer

Code

public function setTraverser(\Masterminds\HTML5\Serializer\Traverser $traverser);