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

Breadcrumb

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

function Lexer::__construct

Same name in this branch
  1. 11.1.x vendor/phpstan/phpdoc-parser/src/Lexer/Lexer.php \PHPStan\PhpDocParser\Lexer\Lexer::__construct()
  2. 11.1.x vendor/twig/twig/src/Lexer.php \Twig\Lexer::__construct()

Parameters

int $flags:

File

vendor/seld/jsonlint/src/Seld/JsonLint/Lexer.php, line 86

Class

Lexer
Lexer class

Namespace

Seld\JsonLint

Code

public function __construct($flags = 0) {
    $this->flags = $flags;
}
RSS feed
Powered by Drupal