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\ConstExprView 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 | * |