function RulesInterface::processorInstruction
Write a processor instruction.
To learn about processor instructions see InstructionProcessor
Instead of returning the result write it to the output stream ($output) that was passed into the constructor.
Parameters
mixed $ele:
1 method overrides RulesInterface::processorInstruction()
- OutputRules::processorInstruction in vendor/
masterminds/ html5/ src/ HTML5/ Serializer/ OutputRules.php - Write a processor instruction.
File
-
vendor/
masterminds/ html5/ src/ HTML5/ Serializer/ RulesInterface.php, line 98
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 processorInstruction($ele);