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

Breadcrumb

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

class ConstExprFalseNode

Hierarchy

  • class \PHPStan\PhpDocParser\Ast\ConstExpr\ConstExprFalseNode implements \PHPStan\PhpDocParser\Ast\ConstExpr\ConstExprNode uses \PHPStan\PhpDocParser\Ast\NodeAttributes

Expanded class hierarchy of ConstExprFalseNode

File

vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprFalseNode.php, line 7

Namespace

PHPStan\PhpDocParser\Ast\ConstExpr
View source
class ConstExprFalseNode implements ConstExprNode {
    use NodeAttributes;
    public function __toString() : string {
        return 'false';
    }

}

Members

Title Sort descending Modifiers Object type Summary
ConstExprFalseNode::__toString public function
NodeAttributes::$attributes private property @var array<string, mixed>
NodeAttributes::getAttribute public function *
NodeAttributes::hasAttribute public function
NodeAttributes::setAttribute public function *
RSS feed
Powered by Drupal