File "FileLocator.php"

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

<?php
namespace MailPoetVendor\Doctrine\Persistence\Mapping\Driver;
if (!defined('ABSPATH')) exit;
interface FileLocator
{
 public function findMappingFile($className);
 public function getAllClassNames($globalBasename);
 public function fileExists($className);
 public function getPaths();
 public function getFileExtension();
}