Current Path : /var/www/html/wp-content/plugins/mailpoet/vendor-prefixed/psr/container/src/ |
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); }