🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 06:51:36 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
myclabs
/
deep-copy
/
src
/
DeepCopy
/
Matcher
/
Doctrine
📍 /opt/cpanel/ea-wappspector/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine
🔄 Refresh
✏️
Editing: DoctrineProxyMatcher.php
Read Only
<?php namespace DeepCopy\Matcher\Doctrine; use DeepCopy\Matcher\Matcher; use Doctrine\Persistence\Proxy; /** * @final */ class DoctrineProxyMatcher implements Matcher { /** * Matches a Doctrine Proxy class. * * {@inheritdoc} */ public function matches($object, $property) { return $object instanceof Proxy; } }
💾 Save Changes
❌ Cancel