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
Namespace
PHPStan\PhpDocParser\Ast\ConstExprCode
public function __construct(string $value) {
$this->value = $value;
}