FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
mailpoet
/
vendor-prefixed
/
doctrine
/
persistence
/
src
/
Persistence
Edit File: Proxy.php
<?php declare (strict_types=1); 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(); }
Save
Back