PostParseDocument
in package
FinalYes
This event is called after the parsing of each document is completed by the responsible extension.
It can for example be used to display a progress bar.
Table of Contents
Properties
- $documentNode : DocumentNode|null
- $fileName : string
Methods
- __construct() : mixed
- getDocumentNode() : DocumentNode|null
- getFileName() : string
Properties
$documentNode read-only
private
DocumentNode|null
$documentNode
$fileName read-only
private
string
$fileName
Methods
__construct()
public
__construct(string $fileName, DocumentNode|null $documentNode) : mixed
Parameters
- $fileName : string
- $documentNode : DocumentNode|null
getDocumentNode()
public
getDocumentNode() : DocumentNode|null
Return values
DocumentNode|nullgetFileName()
public
getFileName() : string