Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1430260
DoctrineProxyFilter.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
403 B
Referenced Files
None
Subscribers
None
DoctrineProxyFilter.php
View Options
<?php
namespace
DeepCopy\Filter\Doctrine
;
use
DeepCopy\Filter\Filter
;
/**
* @final
*/
class
DoctrineProxyFilter
implements
Filter
{
/**
* Triggers the magic method __load() on a Doctrine Proxy class to load the
* actual entity from the database.
*
* {@inheritdoc}
*/
public
function
apply
(
$object
,
$property
,
$objectCopier
)
{
$object
->
__load
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 18:34 (6 h, 9 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
6e/4e/b3fd7c436b8900a797599cf126ad
Default Alt Text
DoctrineProxyFilter.php (403 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment