File "ArgumentInterface.php"

Full Path: /home/warrior1/public_html/plugins/mailpoet/vendor-prefixed/symfony/dependency-injection/Argument/ArgumentInterface.php
File size: 215 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Symfony\Component\DependencyInjection\Argument;
if (!defined('ABSPATH')) exit;
interface ArgumentInterface
{
 public function getValues();
 public function setValues(array $values);
}