class
League
/
CommonMark
/
Node
/
NodeWalkerEvent
You are viewing an older version of the documentation. For the latest, please visit 2.4 documentation.
final
NodeWalkerEvent
Properties
private
$node
Default: null
private
$isEntering
Default: null
Methods
public
__construct ( Node $node , bool $isEntering ) : void
public
getNode ( ) : void
public