oont-contents/plugins/mailpoet/vendor-prefixed/doctrine/event-manager/src/EventSubscriber.php
2025-02-08 15:10:23 +01:00

8 lines
175 B
PHP

<?php
declare (strict_types=1);
namespace MailPoetVendor\Doctrine\Common;
if (!defined('ABSPATH')) exit;
interface EventSubscriber
{
public function getSubscribedEvents();
}