Home
last modified time | relevance | path

Searched refs:fromNewNode (Results 1 – 2 of 2) sorted by relevance

/PHP-Parser/lib/PhpParser/Internal/
H A DPrintableNewAnonClassNode.php53 public static function fromNewNode(Expr\New_ $newNode): self { function in PhpParser\\Internal\\PrintableNewAnonClassNode
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php598 $node = PrintableNewAnonClassNode::fromNewNode($node);
599 $origNode = PrintableNewAnonClassNode::fromNewNode($origNode);

Completed in 15 milliseconds