$dumpComments
$dumpComments :
__construct(array $options = array())
Constructs a NodeDumper.
Supported options:
array | $options | Options (see description) |
dump(array|\PhpParser\Node $node, string|null $code = null) : string
Dumps a node or array.
array|\PhpParser\Node | $node | Node or array to dump |
string|null | $code | Code corresponding to dumped AST. This only needs to be passed if the dumpPositions option is enabled and the dumping of node offsets is desired. |
Dumped value
dumpPosition(\PhpParser\Node $node)
\PhpParser\Node | $node |