class ConstExprTrueNode
Hierarchy
- class \PHPStan\PhpDocParser\Ast\ConstExpr\ConstExprTrueNode implements \PHPStan\PhpDocParser\Ast\ConstExpr\ConstExprNode uses \PHPStan\PhpDocParser\Ast\NodeAttributes
Expanded class hierarchy of ConstExprTrueNode
File
-
vendor/
phpstan/ phpdoc-parser/ src/ Ast/ ConstExpr/ ConstExprTrueNode.php, line 7
Namespace
PHPStan\PhpDocParser\Ast\ConstExprView source
class ConstExprTrueNode implements ConstExprNode {
use NodeAttributes;
public function __toString() : string {
return 'true';
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
ConstExprTrueNode::__toString | public | function | |
NodeAttributes::$attributes | private | property | @var array<string, mixed> |
NodeAttributes::getAttribute | public | function | * |
NodeAttributes::hasAttribute | public | function | |
NodeAttributes::setAttribute | public | function | * |