File manager - Edit - /usr/share/php/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php
Back
<?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; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.37 |
proxy
|
phpinfo
|
Settings