File "PropertyMetadataInterface.php"

Full Path: /home/warrior1/public_html/wp-content-20241001222009/plugins/mailpoet/vendor-prefixed/symfony/validator/Mapping/PropertyMetadataInterface.php
File size: 254 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Symfony\Component\Validator\Mapping;
if (!defined('ABSPATH')) exit;
interface PropertyMetadataInterface extends MetadataInterface
{
 public function getPropertyName();
 public function getPropertyValue($containingValue);
}