7 lines
177 B
PHP
7 lines
177 B
PHP
<?php
|
|
namespace MailPoetVendor\Symfony\Component\Validator;
|
|
if (!defined('ABSPATH')) exit;
|
|
interface ObjectInitializerInterface
|
|
{
|
|
public function initialize(object $object);
|
|
}
|