Initial Commit
This commit is contained in:
13
dependencies/rakit/validation/src/Rules/Interfaces/BeforeValidate.php
vendored
Normal file
13
dependencies/rakit/validation/src/Rules/Interfaces/BeforeValidate.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace WP_Ultimo\Dependencies\Rakit\Validation\Rules\Interfaces;
|
||||
|
||||
interface BeforeValidate
|
||||
{
|
||||
/**
|
||||
* Before validate hook
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function beforeValidate();
|
||||
}
|
Reference in New Issue
Block a user