Searched refs:PrintableNewAnonClassNode (Results 1 – 2 of 2) sorted by relevance
/PHP-Parser/lib/PhpParser/Internal/ |
H A D | PrintableNewAnonClassNode.php | 18 class PrintableNewAnonClassNode extends Expr { class
|
/PHP-Parser/lib/PhpParser/ |
H A D | PrettyPrinterAbstract.php | 7 use PhpParser\Internal\PrintableNewAnonClassNode; alias 626 $node = PrintableNewAnonClassNode::fromNewNode($node); 627 $origNode = PrintableNewAnonClassNode::fromNewNode($origNode); 628 $class = PrintableNewAnonClassNode::class; 1525 PrintableNewAnonClassNode::class . '->args' => ', ', 1531 PrintableNewAnonClassNode::class . '->implements' => ', ', 1559 PrintableNewAnonClassNode::class . '->stmts' => "\n", 1585 PrintableNewAnonClassNode::class . '->attrGroups' => ' ', 1620 PrintableNewAnonClassNode::class . '->args' => ['(', '', ''], 1637 PrintableNewAnonClassNode::class . '->attrGroups' => [\T_NEW, ' ', ''], [all …]
|
Completed in 11 milliseconds