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

Breadcrumb

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

function ConstExprStringNode::__construct

4 calls to ConstExprStringNode::__construct()
DoctrineConstExprStringNode::__construct in vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/DoctrineConstExprStringNode.php
DoctrineConstExprStringNode::__construct in vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/DoctrineConstExprStringNode.php
QuoteAwareConstExprStringNode::__construct in vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/QuoteAwareConstExprStringNode.php
*
QuoteAwareConstExprStringNode::__construct in vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/QuoteAwareConstExprStringNode.php
*
2 methods override ConstExprStringNode::__construct()
DoctrineConstExprStringNode::__construct in vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/DoctrineConstExprStringNode.php
QuoteAwareConstExprStringNode::__construct in vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/QuoteAwareConstExprStringNode.php
*

File

vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprStringNode.php, line 15

Class

ConstExprStringNode

Namespace

PHPStan\PhpDocParser\Ast\ConstExpr

Code

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