1
0
mirror of synced 2025-01-19 15:01:40 +03:00

14 lines
207 B
PHP

<?php
namespace Doctrine\ORM\Proxy;
/**
* Marker interface for proxy classes.
*
* @author Roman Borschel <roman@code-factory.org>
* @since 2.0
*/
interface Proxy
{
function __isInitialized__();
}