Page MenuHomeWickedGov Phorge

DoctrineProxyMatcher.php
No OneTemporary

Size
360 B
Referenced Files
None
Subscribers
None

DoctrineProxyMatcher.php

<?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;
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 22:28 (2 h, 19 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
41/80/14a5eab0fcc2cb9101b20404dc02
Default Alt Text
DoctrineProxyMatcher.php (360 B)

Event Timeline