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

Breadcrumb

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

function Comment::__construct

Same name in this branch
  1. 11.1.x vendor/egulias/email-validator/src/Parser/Comment.php \Egulias\EmailValidator\Parser\Comment::__construct()
  2. 11.1.x vendor/egulias/email-validator/src/Warning/Comment.php \Egulias\EmailValidator\Warning\Comment::__construct()
  3. 11.1.x vendor/nikic/php-parser/lib/PhpParser/Comment.php \PhpParser\Comment::__construct()

File

vendor/slevomat/coding-standard/SlevomatCodingStandard/Helpers/Comment.php, line 17

Class

Comment
@internal

Namespace

SlevomatCodingStandard\Helpers

Code

public function __construct(int $pointer, string $content) {
    $this->pointer = $pointer;
    $this->content = $content;
}

API Navigation

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