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

Breadcrumb

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

function QuoteAwareConstExprStringNode::__construct

*

Parameters

self::SINGLE_QUOTED|self::DOUBLE_QUOTED $quoteType:

Overrides ConstExprStringNode::__construct

File

vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/QuoteAwareConstExprStringNode.php, line 30

Class

QuoteAwareConstExprStringNode

Namespace

PHPStan\PhpDocParser\Ast\ConstExpr

Code

public function __construct(string $value, int $quoteType) {
    parent::__construct($value);
    $this->quoteType = $quoteType;
}

API Navigation

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