Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PrintableNewAnonClassNode.php

function PrintableNewAnonClassNode::getSubNodeNames

File

vendor/nikic/php-parser/lib/PhpParser/Internal/PrintableNewAnonClassNode.php, line 68

Class

PrintableNewAnonClassNode
This node is used internally by the format-preserving pretty printer to print anonymous classes.

Namespace

PhpParser\Internal

Code

public function getSubNodeNames() : array {
    return [
        'attrGroups',
        'flags',
        'args',
        'extends',
        'implements',
        'stmts',
    ];
}
RSS feed
Powered by Drupal