File "ObjectManagerAware.php"

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

<?php
namespace MailPoetVendor\Doctrine\Persistence;
if (!defined('ABSPATH')) exit;
use MailPoetVendor\Doctrine\Persistence\Mapping\ClassMetadata;
interface ObjectManagerAware
{
 public function injectObjectManager(ObjectManager $objectManager, ClassMetadata $classMetadata);
}