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

Breadcrumb

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

function ParsedDocComment::__construct

File

vendor/slevomat/coding-standard/SlevomatCodingStandard/Helpers/ParsedDocComment.php, line 34

Class

ParsedDocComment
@internal

Namespace

SlevomatCodingStandard\Helpers

Code

public function __construct(int $openPointer, int $closePointer, PhpDocNode $node, TokenIterator $tokens) {
    $this->openPointer = $openPointer;
    $this->closePointer = $closePointer;
    $this->node = $node;
    $this->tokens = $tokens;
}

API Navigation

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