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

Breadcrumb

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

function DoctrineAnnotation::__construct

*

Parameters

list<DoctrineArgument> $arguments:

File

vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/Doctrine/DoctrineAnnotation.php, line 23

Class

DoctrineAnnotation

Namespace

PHPStan\PhpDocParser\Ast\PhpDoc\Doctrine

Code

public function __construct(string $name, array $arguments) {
    $this->name = $name;
    $this->arguments = $arguments;
}
RSS feed
Powered by Drupal