File "Proxy.php"

Full Path: /home/warrior1/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/persistence/src/Persistence/Proxy.php
File size: 233 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Doctrine\Persistence;
if (!defined('ABSPATH')) exit;
interface Proxy
{
 public const MARKER = '__CG__';
 public const MARKER_LENGTH = 6;
 public function __load();
 public function __isInitialized();
}