Нема описа

ServiceProviderInterface.php 256B

12
  1. <?php
  2. namespace MailPoetVendor\Symfony\Contracts\Service; if (!defined('ABSPATH')) exit; use MailPoetVendor\Psr\Container\ContainerInterface; interface ServiceProviderInterface extends ContainerInterface { public function getProvidedServices() : array; }