woocommerce-paypal-payments/lib/packages/Dhii/Collection/ContainerInterface.php
2026-03-04 09:37:06 +00:00

12 lines
415 B
PHP

<?php
declare (strict_types=1);
namespace WooCommerce\PayPalCommerce\Vendor\Dhii\Collection;
use WooCommerce\PayPalCommerce\Vendor\Psr\Container\ContainerInterface as BaseContainerInterface;
/**
* Something that can retrieve and determine the existence of a value by key.
*/
interface ContainerInterface extends \WooCommerce\PayPalCommerce\Vendor\Dhii\Collection\HasCapableInterface, BaseContainerInterface
{
}