Guides

MoveAnchorTransformer
in package
implements NodeTransformer

FinalYes

Table of Contents

Interfaces

NodeTransformer

Properties

$seen  : WeakMap<AnchorNode, true>

Methods

__construct()  : mixed
enterNode()  : T
getPriority()  : int
The higher the priority the earlier the NodeTransformer is executed.
leaveNode()  : T|null
supports()  : bool
attemptMoveToNeighbour()  : AnchorNode|null
findNextSection()  : TreeNode<string|int, Node>|null

Properties

Methods

getPriority()

The higher the priority the earlier the NodeTransformer is executed.

public getPriority() : int
Return values
int

        
On this page

Search results