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

Breadcrumb

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

Name::$specialClassNames

@var array<string, bool>

Type: specialClassNames

File

vendor/nikic/php-parser/lib/PhpParser/Node/Name.php, line 15

Class

Name

Namespace

PhpParser\Node

Code

private static array $specialClassNames = [
    'self' => true,
    'parent' => true,
    'static' => true,
];
RSS feed
Powered by Drupal