[RFC] Event dispatcher #359
Labels
discussion
Open discussion about a particular feature or proposed change
enhancement
New functionality or behavior
feedback wanted
We need your input!
Milestone
Let's consider adding support for an (optional) event dispatcher which would allow people to hook into certain
private
methods. For example, somebody may want to pre-populate references on theDocument
before we begin parsing. This is not currently possible as we create that node and begin parsing within aprivate
method. Adding support for something like PSR-14 would make it easy for others to hook into this type of logic.The text was updated successfully, but these errors were encountered: