File "CronExpression_FieldInterface.php"

Full Path: /home/warrior1/public_html/plugins/mailpoet/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php
File size: 233 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
if (!defined('ABSPATH')) exit;
interface CronExpression_FieldInterface
{
 public function isSatisfiedBy(DateTime $date, $value);
 public function increment(DateTime $date, $invert = false);
 public function validate($value);
}