暫無描述

ContainerAwareInterface.php 208B

12
  1. <?php
  2. namespace MailPoetVendor\Symfony\Component\DependencyInjection; if (!defined('ABSPATH')) exit; interface ContainerAwareInterface { public function setContainer(ContainerInterface $container = null); }