REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 504 B
Close
//opt/cpanel/ea-wappspector/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyNameMatcher.php
Text
Base64
<?php namespace DeepCopy\Matcher; /** * @final */ class PropertyNameMatcher implements Matcher { /** * @var string */ private $property; /** * @param string $property Property name */ public function __construct($property) { $this->property = $property; } /** * Matches a property by its name. * * {@inheritdoc} */ public function matches($object, $property) { return $property == $this->property; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Doctrine
DIR
-
drwxr-xr-x
2025-08-01 08:46:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Matcher.php
213 B
lrw-r--r--
2025-08-01 08:46:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
PropertyMatcher.php
691 B
lrw-r--r--
2025-08-01 08:46:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
PropertyNameMatcher.php
504 B
lrw-r--r--
2025-08-01 08:46:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
PropertyTypeMatcher.php
1.34 KB
lrw-r--r--
2025-08-01 08:46:24
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).