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

Breadcrumb

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

class TraitUseAdaptation

Same name in this branch
  1. 11.1.x vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUseAdaptation.php \PhpParser\Builder\TraitUseAdaptation

Hierarchy

  • class \PhpParser\Node\Stmt\TraitUseAdaptation extends \Node\Stmt

Expanded class hierarchy of TraitUseAdaptation

File

vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation.php, line 7

Namespace

PhpParser\Node\Stmt
View source
abstract class TraitUseAdaptation extends Node\Stmt {
    
    /** @var Node\Name|null Trait name */
    public ?Node\Name $trait;
    
    /** @var Node\Identifier Method name */
    public Node\Identifier $method;

}

Members

Title Sort descending Modifiers Object type Summary
TraitUseAdaptation::$method public property @var Node\Identifier Method name
TraitUseAdaptation::$trait public property @var Node\Name|null Trait name

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal