Home
last modified time | relevance | path

Searched defs:isEntering (Results 1 – 1 of 1) sorted by path

/plugin/commonmark/vendor/league/commonmark/src/Node/
H A DNodeWalkerEvent.php27 public function __construct(Node $node, bool $isEntering = true) variable in League\\CommonMark\\Node\\NodeWalkerEvent
33 __construct(Node $node, $isEntering = true) global() argument
44 public function isEntering(): bool global() function in League\\CommonMark\\Node\\NodeWalkerEvent