File "Existence.php"

Full Path: /home/warrior1/public_html/languages/wp-content/plugins/mailpoet/vendor-prefixed/symfony/validator/Constraints/Existence.php
File size: 312 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Symfony\Component\Validator\Constraints;
if (!defined('ABSPATH')) exit;
abstract class Existence extends Composite
{
 public $constraints = [];
 public function getDefaultOption()
 {
 return 'constraints';
 }
 protected function getCompositeOption()
 {
 return 'constraints';
 }
}