File "ActionScheduler_Schedule.php"

Full Path: /home/warrior1/public_html/plugins/mailpoet/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_Schedule.php
File size: 159 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
if (!defined('ABSPATH')) exit;
interface ActionScheduler_Schedule {
 public function next( DateTime $after = NULL );
 public function is_recurring();
}