X7ROOT File Manager
Current Path:
/opt/cpanel/ea-wappspector/vendor/phpstan/phpdoc-parser/src/Ast
opt
/
cpanel
/
ea-wappspector
/
vendor
/
phpstan
/
phpdoc-parser
/
src
/
Ast
/
??
..
??
AbstractNodeVisitor.php
(671 B)
??
Attribute.php
(341 B)
??
Comment.php
(664 B)
??
ConstExpr
??
Node.php
(348 B)
??
NodeAttributes.php
(682 B)
??
NodeTraverser.php
(8.21 KB)
??
NodeVisitor
??
NodeVisitor.php
(2.45 KB)
??
PhpDoc
??
Type
Editing: Node.php
<?php declare(strict_types = 1); namespace PHPStan\PhpDocParser\Ast; interface Node { public function __toString(): string; /** * @param mixed $value */ public function setAttribute(string $key, $value): void; public function hasAttribute(string $key): bool; /** * @return mixed */ public function getAttribute(string $key); }
Upload File
Create Folder