Preview: ContainerInterface.php
Size: 204 B
/home/nshryvcy/himaltourism.com/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);
}
Directory Contents
Dirs: 0 × Files: 4