<?php namespace MailPoet\DI; if (!defined('ABSPATH')) exit; use MailPoetVendor\Symfony\Component\DependencyInjection\ContainerBuilder; interface IContainerConfigurator { const FREE_CONTAINER_SERVICE_SLUG = 'free_container'; const PREMIUM_CONTAINER_SERVICE_SLUG = 'premium_container'; public function configure(ContainerBuilder $container); public function getDumpNamespace(); public function getDumpClassname(); }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
ContainerConfigurator.php | File | 31.18 KB | 0644 |
|
ContainerFactory.php | File | 952 B | 0644 |
|
ContainerWrapper.php | File | 2.38 KB | 0644 |
|
IContainerConfigurator.php | File | 432 B | 0644 |
|
index.php | File | 0 B | 0644 |
|