File "BeforeValidate.php"

Full Path: /home/attunedd/public_html/byp/wp-content/plugins/wpide/vendor/rakit/validation/src/Rules/Interfaces/BeforeValidate.php
File size: 191 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Rakit\Validation\Rules\Interfaces;

interface BeforeValidate
{
    /**
     * Before validate hook
     *
     * @return void
     */
    public function beforeValidate();
}