Your IP : 216.73.216.95


Current Path : /var/www/html/wp-content/plugins/mailpoet/vendor-prefixed/psr/container/src/
Upload File :
Current File : /var/www/html/wp-content/plugins/mailpoet/vendor-prefixed/psr/container/src/ContainerInterface.php

<?php
declare (strict_types=1);
namespace MailPoetVendor\Psr\Container;
if (!defined('ABSPATH')) exit;
interface ContainerInterface
{
 public function get(string $id);
 public function has(string $id);
}