Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1432912
DoctrineProxyMatcher.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
360 B
Referenced Files
None
Subscribers
None
DoctrineProxyMatcher.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 22:28 (2 h, 25 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
41/80/14a5eab0fcc2cb9101b20404dc02
Default Alt Text
DoctrineProxyMatcher.php (360 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment