説明なし

ServiceSubscriberInterface.php 179B

12
  1. <?php
  2. namespace MailPoetVendor\Symfony\Contracts\Service; if (!defined('ABSPATH')) exit; interface ServiceSubscriberInterface { public static function getSubscribedServices(); }