public function EventHandler::eof in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/masterminds/html5/src/HTML5/Parser/EventHandler.php \Masterminds\HTML5\Parser\EventHandler::eof()
 
Indicates that the document has been entirely processed.
2 methods override EventHandler::eof()
- DOMTreeBuilder::eof in vendor/
masterminds/ html5/ src/ HTML5/ Parser/ DOMTreeBuilder.php  - Indicates that the document has been entirely processed.
 - EventStack::eof in vendor/
masterminds/ html5/ test/ HTML5/ Parser/ EventStack.php  - Indicates that the document has been entirely processed.
 
File
- vendor/
masterminds/ html5/ src/ HTML5/ Parser/ EventHandler.php, line 96  
Class
- EventHandler
 - Standard events for HTML5.
 
Namespace
Masterminds\HTML5\ParserCode
public function eof();