You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The context is a parser-compartment. It provides you with all the required information to your currently processed token. It also manages the contexts and keeps track of entering and leaving a block, group or line contexts. You can also register listeners to be notified when one of this events happens.
$name - is one of the Context::EVENT_* constants
$listener - a callable, which takes an event as argument, depending on the listener, this is a BlockEvent or GroupEvent.