REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 760 B
Close
/opt/cpanel/ea-wappspector/vendor/rector/rector/src/Config/RegisteredService.php
Text
Base64
<?php declare (strict_types=1); namespace Rector\Config; final class RegisteredService { /** * @readonly * @var string */ private $className; /** * @readonly * @var string|null */ private $alias; /** * @readonly * @var string|null */ private $tag; public function __construct(string $className, ?string $alias, ?string $tag) { $this->className = $className; $this->alias = $alias; $this->tag = $tag; } public function getClassName() : string { return $this->className; } public function getAlias() : ?string { return $this->alias; } public function getTag() : ?string { return $this->tag; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Level
DIR
-
drwxr-xr-x
2024-11-08 13:59:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
RectorConfig.php
13.69 KB
lrw-r--r--
2024-11-08 13:59:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
RegisteredService.php
760 B
lrw-r--r--
2024-11-08 13:59:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).